server: start moving to an external celery task

This commit is contained in:
2023-10-20 18:00:59 +02:00
committed by Mathieu Virbel
parent 16a8579272
commit 8bebb2a769
6 changed files with 392 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ prometheus-fastapi-instrumentator = "^6.1.0"
sentencepiece = "^0.1.99"
protobuf = "^4.24.3"
profanityfilter = "^2.0.6"
celery = "^5.3.4"
[tool.poetry.group.dev.dependencies]