You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello there.
I try to run 2 my workers: ["first_worker.rb", "second_worker.rb"].each { |worker| Daemons.run(worker) }
But is running only first. Why? How can i run all my workers?