Mike Perham
Mike Perham
I like the look of both of those projects. I tend to avoid UI-centric tools and prefer incident response tooling to have APIs that can be scripted, so sidekiq-disposal is...
It's possible to add the notion of an Operation, which consists of a set of jobs, and then provide a cancellation method on Operation which turns all remaining jobs into...
1. Yes, completed. There is no efficient way to remove a Sidekiq job from Redis. It has to complete, even if that completion is a no-op. 2. Not really. Clearing...
The group_id plan is the best approach. Definitely no-op, do not try to delete 100,000s of jobs.
It sounds like there's an issue when files are required in different orders. I don't have a specific fix for you but it sounds like you can adjust where the...
I don’t particularly care for the decrement created method. Could you in-line that please?
@ttstarck Would you be interested in commit bit here?
It means you have commit rights to this repo. Everyone still works on PRs for major things but minor things like updating the changelog can be done directly.
1. Not cluster-wide limits, only limits per-process by using Capsules. 2. No, we don't provide this feature today, I see it as making fetching too expensive within Redis. The current...
Sidekiq Pro 5 requires Ruby 2.5.