LoginSignup
0
0

More than 5 years have passed since last update.

Sidekiqを2系→3系にアップデートした際にQueueが処理されない時

Last updated at Posted at 2017-05-05

オプションの指定の仕方が変わっているので注意。

Sidekiqバージョン

  • 変更前: 2.16.1
  • 変更後: 3.2.6

変更前

bundle exec sidekiq -q queue1,queue2

変更後

bundle exec sidekiq -q queue1 -q queue2
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0