[openstreetmap/openstreetmap-website] Configure queues for new notification system (PR #6929)

Pablo Brasero notifications at github.com
Tue Mar 24 14:52:54 UTC 2026


@pablobm commented on this pull request.



On config/initializers/noticed.rb:

Alternatively:

```
# frozen_string_literal: true

Rails.application.config.to_prepare do
  Noticed::EventJob.queue_as :notifiers
  Noticed::DeliveryMethods::Email.queue_as :mailers
end
```

On config/initializers/noticed.rb:

Sort of a mix of yours and mine 🙂 (https://github.com/openstreetmap/openstreetmap-website/pull/6930)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6929#pullrequestreview-3999871344
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6929/review/3999871344 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260324/1ecc8da8/attachment.htm>


More information about the rails-dev mailing list