Added initializer to force Resque to wath the post_receive queue
This commit is contained in:
parent
4587ab6ff6
commit
9696dff6e2
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…
Reference in a new issue