unified queueing

This commit is contained in:
Yannic Kilcher
2023-02-11 01:31:25 +01:00
parent 76f7af0dfd
commit 48212079f4
7 changed files with 144 additions and 82 deletions
@@ -8,6 +8,8 @@ class Settings(pydantic.BaseSettings):
redis_port: int = 6379
redis_db: int = 0
allowed_worker_compat_hashes: list[str] = ["distilgpt2"]
sse_retry_timeout: int = 15000
update_alembic: bool = True
alembic_retries: int = 5