Resque problem
Created by: buasup
After I ran sudo -u gitlab bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 PIDFILE=tmp/pids/resque_worker.pid RAILS_ENV=production --trace , this command
** Invoke environment (first_time) ** Execute environment ** Invoke resque:work (first_time) ** Invoke resque:preload (first_time) ** Invoke resque:setup (first_time) ** Execute resque:setup ** Execute resque:preload ** Invoke resque:setup ** Execute resque:work * [12:46:47 2012-11-05] 11467: Starting worker lnt-server:11467: ** [12:46:47 2012-11-05] 11467: Registered signals ** [12:46:47 2012-11-05] 11467: Checking mailer ** [12:46:47 2012-11-05] 11467: Checking post_receive ** [12:46:47 2012-11-05] 11467: Sleeping for 5.0 seconds ** [12:46:47 2012-11-05] 11467: resque-1.20.0: Waiting for * ** [12:46:52 2012-11-05] 11467: Checking mailer ** [12:46:52 2012-11-05] 11467: Checking post_receive ** [12:46:52 2012-11-05] 11467: Sleeping for 5.0 seconds ** [12:46:52 2012-11-05] 11467: resque-1.20.0: Waiting for *
and it was waiting for * forever.
There is some problem with my resque. What should I do for fixing that.