chore: centralize webhook scheduler interval config

This commit is contained in:
Abhimanyu Saharan
2026-02-14 06:36:09 +00:00
parent 130f2b36f0
commit 9a49768b52
4 changed files with 11 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ services:
WEBHOOK_REDIS_URL: redis://redis:6379/0
WEBHOOK_QUEUE_NAME: webhook-dispatch
WEBHOOK_DISPATCH_SCHEDULE_ID: webhook-dispatch-batch
WEBHOOK_DISPATCH_SCHEDULE_INTERVAL_SECONDS: 900
restart: unless-stopped
volumes: