[openstreetmap/openstreetmap-website] Changeset comment notifications are being queued in the default job queue (Issue #6924)

Tom Hughes notifications at github.com
Sat Mar 21 20:09:30 UTC 2026


tomhughes left a comment (openstreetmap/openstreetmap-website#6924)

I think we need to add `config.queue` to `deliver_by` block in the notification to make the event notification run in a specific queue - not sure yet if there's a way to make that a default rather than repeating it in every notifier.

The second job is probably not needed at all and I think it's happening because we're using `deliver_later` instead of `deliver` on the notification but I'm not sure about that - there's a `enqueue` configuration option for the the mail notifier to make it defer delivery but it defaults to off and the documentation says it's not normally necessary but event notification already runs in the background and I think maybe we're achieving the same effect by using `deliver_later` ourselves?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6924#issuecomment-4104243243
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/6924/4104243243 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260321/bf4288a7/attachment.htm>


More information about the rails-dev mailing list