feat: add celery job queue

This commit is contained in:
Felix Spöttel
2023-01-06 16:48:06 +01:00
parent c90915ba40
commit e41c07fd4b
11 changed files with 83 additions and 56 deletions

View File

@@ -1,3 +1,4 @@
DATABASE_URI="postgresql://postgres:postgres@localhost:5432/whisper_api_test"
ENVIRONMENT="development"
API_SECRET="foo"
REDIS_URI="redis://localhost:6379/0"