Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

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

1
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
Hey Aaron,

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

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