Commit 2eb7634f authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Mailer queue is renamed to mailers.

parent e13556d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ omnibus-gitlab repository.
- Add sidekiq concurrency setting 787aa2ffc3b50783ae17e32d69e4b8efae8ca9ac
- Explicitly create directory that holds the logs 50caed92198aef685c8e7815a67bcb13d9ebf911
- Updated omnibus to v5.0.0 18835f14453fd4fb834d228caf1bc1b37f1fe910
- Change mailer to mailers sidekiq queue

8.2.1

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ exec chpst -e /opt/gitlab/etc/<%= @options[:rails_app] %>/env -P \
  -U <%= @options[:user] %> -u <%= @options[:user] %> \
  /opt/gitlab/embedded/bin/bundle exec sidekiq \
    -q post_receive \
    -q mailer \
    -q mailers \
    -q archive_repo \
    -q system_hook \
    -q project_web_hook \