Why not? You still need Redis to be installed, but you swap Resque with Sidekiq as Gem dependency. We need to rewrite some code, but it's all "internal". Am I mistaken?
By Administrator on 2012-12-26T11:20:50 (imported from GitLab)
@randx Where have you found that PIDFILE is not supported anymore? Resque's documentation states:
Running in the background
(Only supported with ruby >= 1.9). There are scenarios where it's helpful for the resque worker to run itself in the background (usually in combination with PIDFILE). Use the BACKGROUND option so that rake will return as soon as the worker is started.
I see that PIDFILE isn't even used in the code of the resque gem, so that explains something.. And explicitly writing the process id doesn't work either, because apparently the master process dies after it has spawn the workers..
By Administrator on 2013-01-03T15:33:10 (imported from GitLab)