Mike Perham
Mike Perham
What concrete action do you expect me to take?
Sidekiq 6 is locked to Rack 2. That’s by design, it will never support Rails 7.1. If you want Rack flexibility and support modern Rails, you need to upgrade to...
> How can I configure a particular number of Sidekiq processes to run? With Sidekiq Enterprise you'd use `sidekiqswarm` and the SIDEKIQ_COUNT variable. You can use other tools to run...
As the bug template notes, please include the full backtrace as that is essential to debug the issue.
I think if you're going to replace Sidekiq's default logger with a custom logger, you'll need to ensure that all of the logging infrastructure supports that custom logger. It looks...
It sounds like you’ve got a bad Ruby install. I don’t know the fix.
That's all the expected behavior. A Poison Pill kills the entire process, I can't mark it as failed because the code is no longer running. When the poison pill finally...
Ok, I can see how marking the poison pill as failed in the batch would be useful. I'll look into it.
I'm not sure I want to do anything here. Batch data structures are updated after the job runs. If the job doesn't stop in some deterministic way (whether returning successfully...
I think the history records are probably more reliable for getting runtimes. I don’t plan to ever touch the cron time handling code again. Unless there’s a bug leading to...