FYI this problem has been fixed in the release of Sidekiq 6.0. You can have a look at the changelog here: https://github.com/mperham/sidekiq/blob/master/Changes.md
But basically you can pass the same options by calling sidekiq_options with your options hash. Thanks Mike Perham.