-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The hub currently schedules a separate celery job for each HTTP request that it sends out during content delivery. That does not scale, especially with a large message body. A better approach would be to store the content in the database, and keep track of the last delivery for each subscription. Then a single background task can handle the content delivery.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels