chaynHQ / soulmedicine

Soul Medicine a multilingual digital service designed to deliver critical safety information and supportive messaging in bite-sized pieces.
https://soulmedicine.io
MIT License
34 stars 7 forks source link

Create `rollbar` queue for Sidekiq #365

Closed tarebyte closed 10 months ago

tarebyte commented 10 months ago

In the documentation https://docs.rollbar.com/docs/sidekiq-integration I missed the fact that the Rollbar Sidekiq integration requires us to either define a 'rollbar' queue, or overwrite the name of the queue in the Rails app.

This configuration means that the rollbar queue will be checked twice as often as the default queue.

The default queue is used for backups and lesson emails.