Move all the work to the worker task and add json logging

This commit is contained in:
Abel Luck 2023-11-05 20:53:43 +01:00
parent 918cf4446c
commit 087087bf87
3 changed files with 60 additions and 29 deletions

View file

@ -22,6 +22,7 @@ fastapi = "^0.104.1"
uvicorn = "^0.24.0"
httpx = "^0.25.1"
pydantic-settings = "^2.0.3"
json-logging = "^1.3.0"
[tool.poetry.dev-dependencies]
pytest = "*"