When running within Sidekiq::Testing.inline! mode, my jobs seemed to be forever locked. I believe the reason is that when running within inline mode, the server middleware is not run.
I am thinking there should be a way to disable uniqueness when running within inline mode.
thx!
When running within Sidekiq::Testing.inline! mode, my jobs seemed to be forever locked. I believe the reason is that when running within inline mode, the server middleware is not run.
I am thinking there should be a way to disable uniqueness when running within inline mode.
thx!