feat: add RQ-based webhook dispatch queue and delayed worker
This commit is contained in:
3
backend/app/services/webhooks/__init__.py
Normal file
3
backend/app/services/webhooks/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Webhook queueing and dispatch utilities."""
|
||||
|
||||
__all__ = ["dispatch", "queue", "scheduler"]
|
||||
Reference in New Issue
Block a user