From 4bcd900f14336df6c661a5c26b111eb4f039b7eb Mon Sep 17 00:00:00 2001 From: gpongelli Date: Tue, 7 Mar 2017 12:59:20 +0000 Subject: =?UTF-8?q?Moved=20call=20of=20SystemHooksService=20from=20UpdateM?= =?UTF-8?q?ergeRequestsWorker=20to=20GitPushServic=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sidekiq_queues.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index 824f99e687e..9d2066a6490 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -52,3 +52,4 @@ - [cronjob, 1] - [default, 1] - [pages, 1] + - [system_hook_push, 1] -- cgit v1.2.1