Jeff Baxendale

Results 24 comments of Jeff Baxendale

Thanks for pushing the update!

FWIW, depending on what you need in the test env for sidekiq, you can enable inline mode ``` require 'sidekiq/testing' Sidekiq::Testing.inline! ```

Also ran into this :) ty for catching

> See [#52 (comment)](https://github.com/ixti/sidekiq-throttled/issues/52#issuecomment-412911238) : when a job is throttled it's put back at the end of the queue. The issue with other jobs not running is due to the...