Ask A Question

Notifications

You’re not receiving notifications from this thread.

How does one handle multiple Sidekiq queues on hatchbox.io deployment?

Aaron Belsham asked in Servers
In reference to the ActionMailer documentation stating Sidekiq should be started to listen on the mailer queue, how does one ensure the hatchbox deployment handles this?

In the documentation it states we need the mailers queue to be listened for specifically:
bundle exec sidekiq -q default -q mailers
Reply
Hey Aaron,

You just put the queues in your config/sidekiq.yml file. 👍

https://github.com/mperham/sidekiq/blob/master/examples/config.yml
Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.