Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-05-06 01:01:43 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-05-06 01:01:43 +0300
commit143d88d5e628310824da90bb7a9706b0bdb37837 (patch)
tree4e3fbb4673cd5be264a205d8dd5d22de9cf2b296 /config
parent3447b44a4a3e325b54ea73d62dfa53bc5ec0a622 (diff)
parent856a511b4804a0b78294a29bbba86ac111d960f8 (diff)
Merge branch 'fix/admin-integrations' into 'master'
Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
Diffstat (limited to 'config')
-rw-r--r--config/sidekiq_queues.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index c3bd73533d0..433381e79d3 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -53,3 +53,4 @@
- [pages, 1]
- [system_hook_push, 1]
- [update_user_activity, 1]
+ - [propagate_service_template, 1]