diff options
-rw-r--r-- | config/sidekiq_queues.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index 69136b73946..0e83128b0f7 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -42,6 +42,7 @@ - [project_cache, 1] - [project_destroy, 1] - [project_export, 1] + - [project_mirror, 1] - [project_web_hook, 1] - [repository_check, 1] - [system_hook, 1] |