add convex health metrics route
Build and Push Docker Container / build-and-push (push) Successful in 2m4s

This commit is contained in:
2026-04-01 21:32:28 +02:00
parent d9b7c88ccf
commit 4773338ccc
4 changed files with 35 additions and 1 deletions
+1
View File
@@ -68,6 +68,7 @@ LIMITER = Limiter(
)
convex_runtime = ConvexWorkerPool(os.getenv("CONVEX_URL"))
app.convex_runtime = convex_runtime
@app.before_serving
async def init_convex():