Merge pull request #323 from ariejan/fix_resque_queue
Resque not picking up post_receive jobs
This commit is contained in:
commit
65d8ee3a22
1 changed files with 1 additions and 0 deletions
1
config/initializers/gitlabhq/30_resque_queues.rb
Normal file
1
config/initializers/gitlabhq/30_resque_queues.rb
Normal file
|
@ -0,0 +1 @@
|
|||
Resque.watch_queue(PostReceive.instance_variable_get("@queue"))
|
Loading…
Add table
Reference in a new issue