webhooks: harden scheduler bootstrap + tidy public exports

This commit is contained in:
Abhimanyu Saharan
2026-02-14 23:38:39 +00:00
parent da3d7c2e1e
commit 370609ca29
3 changed files with 86 additions and 20 deletions

View File

@@ -104,7 +104,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
WEBHOOK_DISPATCH_SCHEDULE_INTERVAL_SECONDS: ${WEBHOOK_DISPATCH_SCHEDULE_INTERVAL_SECONDS:-900}
restart: unless-stopped
volumes: