chore: centralize webhook scheduler interval config

This commit is contained in:
Abhimanyu Saharan
2026-02-14 06:36:09 +00:00
parent d01365abfb
commit 912387bd1c
4 changed files with 11 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ class Settings(BaseSettings):
webhook_queue_name: str = "webhook-dispatch"
webhook_dispatch_schedule_id: str = "webhook-dispatch-batch"
webhook_dispatch_throttle_seconds: float = 2.0
webhook_dispatch_schedule_interval_seconds: int = 900
webhook_dispatch_max_retries: int = 3
# Logging