fix: harden provider polling recovery
This commit is contained in:
@@ -20,6 +20,12 @@ JWT_EXPIRES_IN=7d
|
||||
# Connection pool
|
||||
PG_POOL_MAX=10
|
||||
|
||||
# Provider polling reliability
|
||||
# Shared across PM2 workers through Postgres-backed poll slots.
|
||||
TASK_PROVIDER_POLL_MAX_CONCURRENCY=8
|
||||
TASK_PROVIDER_POLL_SLOT_TTL_MS=30000
|
||||
TASK_PROVIDER_POLL_REQUEST_TIMEOUT_MS=25000
|
||||
|
||||
# CORS (comma separated allowed origins, * for all)
|
||||
CORS_ORIGINS=*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user