Happy 2017! 馃嵃 馃帀
Sidekiq 5.0 should be available in February April.
Other ideas? Questions? Chime in.
.delay gone, good riddance. I still remember several hours lost because sidekiq_options didn't work there. :+1:
The 5-0 branch is feature complete now. You can test it like so:
gem 'sidekiq', github: 'mperham/sidekiq', branch: '5-0'
5.0 beta 3 has been released, use it like so:
gem 'sidekiq', '5.0.0.beta3'
Read the release notes if something doesn't work!
5-0 will be merged on Friday. If you are riding on master today, you should test 5-0 out.
master is now 5.0. Branch 4.x created to handle backported fixes.
馃嵃 馃巻
Most helpful comment
The 5-0 branch is feature complete now. You can test it like so: