Eike Send
Results
2
issues of
Eike Send
I would like to see rubyzip 2 support. I have created a fork for that. But I am unable to create a PR: > Pull request creation failed. Validation failed:...
I noticed that when I have a job which is configured to run in a certain queue using `sidekiq_options` like this: ```ruby class SampleJob include Sidekiq::Job sidekiq_options queue: 'sample' end...
enhancement