diff --git a/app/main.py b/app/main.py index fbdfd44..06336d7 100644 --- a/app/main.py +++ b/app/main.py @@ -205,7 +205,6 @@ async def apex_transient_error_handler(request: Request, exc: ApexTransientError def liveness(): return {"status": "ok", "timestamp": datetime.now(UTC).isoformat()} - @app.get("/health/readiness") async def readiness(): report = build_readiness_report(engine, settings.CELERY_BROKER_URL)