Resque workers not working on latest master branch
Created by: netdata-be
When starting the reque worker using the rake task nothing happens except this:
~# bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid
Starting worker git1-0:7710:post_receive,mailer,system_hook
Registered signals
Running before_first_fork hooks with [#<Worker git1-0:7710:post_receive,mailer,system_hook>]
#~
There is no process running.
PS: I have already following the troubleshoot guide and it has nothing todo with it