chore: snapshot workflow migration progress

This commit is contained in:
2026-04-12 11:49:04 +02:00
parent 0cd02513d5
commit 3e810c74a3
163 changed files with 31774 additions and 2753 deletions
+1
View File
@@ -75,6 +75,7 @@ class Settings(BaseSettings):
# Redis / Celery
redis_url: str = "redis://localhost:6379/0"
workflow_shadow_render_queue: str = "asset_pipeline_light"
@model_validator(mode="after")
def normalize_runtime_hosts(self) -> "Settings":