diff --git a/CHANGELOG.md b/CHANGELOG.md index 552646763..08ec22fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and releases in Jupiter project adheres to [Semantic Versioning](http://semver.o - Metadata Presenters for OAI:DC & OAI:ETDMS - Local system accounts authentication - Bring in ERBLint [PR#1646](https://github.com/ualbertalib/jupiter/pull/1646) +- Rails 6 sidekiq queues ### Changed - bump rubocop-rails to 2.4.1 Rails/FilePath default changed to slashes [PR#1398](https://github.com/ualbertalib/jupiter/pull/1398) diff --git a/config/sidekiq.yml b/config/sidekiq.yml index ad3fa8819..2fbe02463 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -2,8 +2,12 @@ :concurrency: 5 :pidfile: tmp/pids/sidekiq.pid :queues: - - default - - mailers + - critical + - default + - active_storage_analysis + - active_storage_purge + - mailers + - low development: :logfile: log/sidekiq_development.log uat: