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