fix: stabilize backend services and frontend pointer

This commit is contained in:
wren
2026-05-22 12:21:43 +08:00
parent 5366868c5f
commit 0af41e370c
9 changed files with 265 additions and 16 deletions
+3
View File
@@ -74,6 +74,9 @@ SIGNATURE_PROBE_RETRY_BACKOFF_BASE_SECONDS = 0.5
WORKER_QUEUE_URGENT = "leaudit.urgent"
WORKER_QUEUE_NORMAL = "leaudit.normal"
WORKER_CONCURRENCY = 2
PAGE_QUALITY_ENABLED = true
PAGE_QUALITY_QUEUE_URGENT = "leaudit.page_quality.urgent"
PAGE_QUALITY_QUEUE_NORMAL = "leaudit.page_quality.normal"
RUN_LOCK_SECONDS = 1800
TASK_SOFT_TIME_LIMIT = 3300
TASK_TIME_LIMIT = 3600