Skip to content

Resque not picking up post_receive jobs

gitlab-qa-bot requested to merge github/fork/ariejan/fix_resque_queue into master

Created by: ariejan

I noticed that Resque does not automatically picks up web hook jobs. The jobs are created in redis, but Resque is never told to watch a specific queue.

This pull requests contains an initializer that makes Resque watch the post_receive queue.

Merge request reports