mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Add healthcheck
This commit is contained in:
@@ -15,3 +15,8 @@ async def update(request: Request, updater: UpdaterTypes):
|
||||
await arq_pool.enqueue_job(UPDATERS[updater])
|
||||
|
||||
return "Ok!"
|
||||
|
||||
|
||||
@router.get("/healthcheck")
|
||||
async def healthcheck():
|
||||
return "Ok!"
|
||||
|
||||
Reference in New Issue
Block a user