Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] Granular notification queue jobs #15681

Merged
merged 1 commit into from
Sep 29, 2016
Merged

Commits on Sep 29, 2016

  1. Granular notification queue jobs

    This tweaks notification queued job to queue a job for each notifiable
    / channel combination. The reason for this is with the prior setup of
    using a single job, if one channel fails to send and the job retries
    all channels you could deliver duplicate/N number of notifications on a
    given channel, possibly costing you money if the channel charges money
    per notification.
    taylorotwell committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    6c46fa0 View commit details
    Browse the repository at this point in the history