Resque not picking up post_receive jobs

王权利请求将github/fork/ariejan/fix_resque_queue合并到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.

合并请求报告