one failing post-commit service can prevent other hooks from running
Created by: bkw
On one project I had two services enabled: hipchat and gitlab-ci. The hipchat hook was producing an error on the post receive hook ("Access denied to room"), which was only visible in the sidekiq log. The gitlab-ci service hook was never triggered. Disabling the hipchat service reenabled the other one.