DEV Community

Discussion on: Coding Sidekiq Workers the Right Way

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Hi Renee,

I usually just do bundle exec sidekiq -c config/sidekiq.yml. This will serve workers that are in the queues specified in the config/sidekiq.yml :D