Commit 9696dff6e211fa178860d4ead8bc6f98473ea276

Authored by Ariejan de Vroom
1 parent 4587ab6f

Added initializer to force Resque to wath the post_receive queue

config/initializers/gitlabhq/30_resque_queues.rb 0 → 100644
... ... @@ -0,0 +1 @@
  1 +Resque.watch_queue(PostReceive.instance_variable_get("@queue"))
... ...