Skip to content

Commit

Permalink
fix: 回滚 sidekiq 到 6.0.5 解决 webpacker 编译资源会连接 redis (sidekiq/sidekiq#4502
Browse files Browse the repository at this point in the history
)
  • Loading branch information
icyleaf committed Apr 2, 2020
1 parent 4b564c9 commit 6f16656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -62,7 +62,7 @@ gem 'rqrcode'

# 异步队列
gem 'activejob-status'
gem 'sidekiq', '<= 7'
gem 'sidekiq', '6.0.5' # 6.0.6 有 bug:https://github.com/mperham/sidekiq/pull/4502
gem 'sidekiq-cron', '~> 1.0'

# Assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -378,7 +378,7 @@ GEM
faraday (>= 1.0)
settingslogic (2.0.9)
shellany (0.0.1)
sidekiq (6.0.6)
sidekiq (6.0.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 2.0.0)
Expand Down Expand Up @@ -500,7 +500,7 @@ DEPENDENCIES
ruby-debug-ide
sentry-raven
settingslogic
sidekiq (<= 7)
sidekiq (= 6.0.5)
sidekiq-cron (~> 1.0)
simple_form (~> 5.0)
slim-rails (~> 3.2.0)
Expand Down

0 comments on commit 6f16656

Please sign in to comment.