fix: resolve mypy typing issues in webhook queue dispatch
This commit is contained in:
@@ -56,6 +56,7 @@ class Settings(BaseSettings):
|
||||
# Webhook queueing / dispatch
|
||||
webhook_redis_url: str = "redis://localhost:6379/0"
|
||||
webhook_queue_name: str = "webhook-dispatch"
|
||||
webhook_dispatch_schedule_id: str = "webhook-dispatch-batch"
|
||||
webhook_dispatch_throttle_seconds: float = 2.0
|
||||
webhook_dispatch_max_retries: int = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user