Displaying 1 result from an estimated 1 matches for "fprnhg".
Did you mean:
fping
2013 Jun 30
1
Sidekiq on Heroku
...is worker will in turn create a few hundred Sidekiq jobs.
So, I''m using Heroku and wonder if I need to use a separate worker dyno for
these jobs? Or can I use, for example, Unicorn to run Sidekiq "inside" my
one web dyno?
I read something about it here: https://coderwall.com/p/fprnhg
But is it a good idea?
If it is not appropriate do it this way, can I spin up a separate worker
when I need to? Perhaps I will create these jobs once a week. It would be
cool to create a worker -> finish all jobs -> kill worker. Possible?
--
You received this message because you are subs...