summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-01 10:51:36 +0000
committerDouwe Maan <douwe@gitlab.com>2018-03-01 10:51:36 +0000
commit7aa9ec7aa11fee1de915a15c15b5ee164b2f51a4 (patch)
tree696fa6fb298a54561960c7e7d43e6a81173bf98b /config
parentbac9bb1866f47f0b1515b8705ea9eba1fa9b9ced (diff)
parenta96ba41f229bd3606696e8e3a6500730e6cb8f63 (diff)
downloadgitlab-ce-7aa9ec7aa11fee1de915a15c15b5ee164b2f51a4.tar.gz
Merge branch 'dz-system-hooks-plugins' into 'master'
Add ability to use external plugins as system hooks See merge request gitlab-org/gitlab-ce!17003
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 f037e3d1221..4845dc28a4a 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -68,3 +68,4 @@
- [project_migrate_hashed_storage, 1]
- [storage_migrator, 1]
- [pages_domain_verification, 1]
+ - [plugin, 1]