Process recordings uploaded to s3

This commit is contained in:
2024-07-29 14:48:21 +02:00
parent c0aa615d12
commit b1527ad7b3
4 changed files with 105 additions and 2 deletions

View File

@@ -131,5 +131,7 @@ class Settings(BaseSettings):
# Healthcheck
HEALTHCHECK_URL: str | None = None
AWS_PROCESS_RECORDING_QUEUE_URL: str | None = None
settings = Settings()