diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-11-26 15:48:01 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-11-26 17:03:43 +0200 |
commit | 7f214cee74796ceaf7b01bd6e133d4d54c5123db (patch) | |
tree | cefc7a17adadbee1a9d349f4f5843d63290482a7 /Procfile | |
parent | 3e0fe27627f5b074a35ce2e1a0794f869f8abc15 (diff) | |
download | gitlab-ce-7f214cee74796ceaf7b01bd6e133d4d54c5123db.tar.gz |
Migrate mailers to ActiveJob
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ web: bundle exec unicorn_rails -p ${PORT:="3000"} -E ${RAILS_ENV:="development"} -c ${UNICORN_CONFIG:="config/unicorn.rb"} -worker: bundle exec sidekiq -q post_receive -q mailer -q archive_repo -q system_hook -q project_web_hook -q gitlab_shell -q incoming_email -q runner -q common -q default +worker: bundle exec sidekiq -q post_receive -q mailer -q archive_repo -q system_hook -q project_web_hook -q gitlab_shell -q incoming_email -q runner -q common -q mailers -q default # mail_room: bundle exec mail_room -q -c config/mail_room.yml |