DEV Community

Discussion on: Dockerize the multi-services application for local development

Collapse
 
chamnap profile image
Chamnap Chhorn • Edited

Nice article!

I'm curious about puma/sidekiq. Let's say I want to spawn them few processes, how could I do it?

Collapse
 
dsalahutdinov profile image
Dmitry Salahutdinov

Hi!
There is no problem, just run puma -w 2 or sidekiq -c 2 or whatever you want
But in most cases 1 worker is enough for local development