Next alpha stage commit

This commit is contained in:
2026-07-06 20:54:46 +02:00
parent e23387738b
commit 1d7ec956d2
42 changed files with 11603 additions and 2837 deletions

View File

@@ -52,6 +52,7 @@ class Settings(BaseSettings):
# Keep supervised workers alive across API server restarts. Stale workers are
# detected by PID files at the next startup; stale job leases are requeued.
queue_worker_stop_on_shutdown: bool = False
journey_search_worker_count: int = 4
model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8")