Replies: 3 comments
-
Figured it out. It appears this not documented. pass i.e: But still it will be nice to make all notifications run on a dedicated queue |
Beta Was this translation helpful? Give feedback.
0 replies
-
@excid3, would it be fine to add an initializer like this? # config/initializers/noticed.rb
Noticed::DeliveryMethods::Base.queue_name = "not_default_queue_name" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should be fine, but you may want to do that on to_prepare so that if code reloads in development it runs it again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@excid3 Thank you for this gem.
I use
sidekiq
as my active_job queue_adapter.Is there a way I can tell noticed to use a queue other than the
default
queue ?.Beta Was this translation helpful? Give feedback.
All reactions