Add healthcheck

This commit is contained in:
2022-02-05 10:36:35 +03:00
parent c43636731b
commit d50728d100
6 changed files with 128 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ fastapi-pagination = {extras = ["ormar"], version = "^0.9.0"}
aiologger = "^0.6.1"
orjson = "^3.6.4"
aioredis = "^2.0.0"
httpx = "^0.22.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"