Merge branch 'add_new_sidekiq_queue' into 'master'

Add archive_repo sidekiq queue.

Closes #515

See merge request !321
This commit is contained in:
Marin Jankovski 2015-04-15 14:13:27 +00:00
commit 3ed5e6e162
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ exec chpst -e /opt/gitlab/etc/<%= @options[:rails_app] %>/env -P \
/opt/gitlab/embedded/bin/bundle exec sidekiq \
-q post_receive \
-q mailer \
-q archive_repo \
-q system_hook \
-q project_web_hook \
-q gitlab_shell \