Next alpha stage commit
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user