Sidekiq::Testing.inline doesn't work at all
Opened this issue · 0 comments
valexl commented
When you try to enqueue the job within Sidekiq::Testing.inline {}
block it ignores inline
strategy and enqueues the job in redis.
Opened this issue · 0 comments
When you try to enqueue the job within Sidekiq::Testing.inline {}
block it ignores inline
strategy and enqueues the job in redis.