Merge branch 'sh-update-sidekiq-cron' into 'master'
Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1 The "Enqueue Now" button would not work in the admin panel due to changes in the Web extension interface: https://github.com/ondrejbartas/sidekiq-cron/commit/88ada926132d4658e3fd370c9f44899b6c88ccaf Closes #24376 See merge request !7815
Showing
... | @@ -133,7 +133,7 @@ gem 'acts-as-taggable-on', '~> 4.0' | ... | @@ -133,7 +133,7 @@ gem 'acts-as-taggable-on', '~> 4.0' |
# Background jobs | # Background jobs | ||
gem 'sidekiq', '~> 4.2' | gem 'sidekiq', '~> 4.2' | ||
gem 'sidekiq-cron', '~> 0.4.0' | gem 'sidekiq-cron', '~> 0.4.4' | ||
gem 'redis-namespace', '~> 1.5.2' | gem 'redis-namespace', '~> 1.5.2' | ||
gem 'sidekiq-limit_fetch', '~> 3.4' | gem 'sidekiq-limit_fetch', '~> 3.4' | ||
... | ... |
Please register or sign in to comment