gobierto
gobierto copied to clipboard
Sidekiq configuration test
Rel: https://github.com/PopulateTools/gobierto-contratos/issues/1497
Create a test that checks:
- there's a queue named
mailerin theconfig/sidekiq.ymlfile - all the queues used in classes from
app/jobsare present inconfig/sidekiq.ymlfile
This test will prevent us to producers enqueuing jobs in queues without consumers.