Fix binding token extraction and harden startup concurrency
This commit is contained in:
@@ -54,6 +54,7 @@ class Settings(BaseSettings):
|
||||
admin_jwt_expire_hours: int = 8
|
||||
archive_job_interval_minutes: int = 60
|
||||
archive_batch_size: int = 500
|
||||
archive_scheduler_lock_key: int = Field(default=2026030502, alias="ARCHIVE_SCHEDULER_LOCK_KEY")
|
||||
metrics_ttl_days: int = 30
|
||||
webhook_timeout_seconds: int = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user