Move all the work to the worker task and add json logging
This commit is contained in:
parent
918cf4446c
commit
087087bf87
3 changed files with 60 additions and 29 deletions
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue