Mike Perham

Results 485 comments of Mike Perham

`display_hash` appears to be unused. I can't find any actual reference, is it an unused helper method? ``` % git grep display_hash lib/sidekiq/flavors.rb: def display_hash(hash) lib/sidekiq/flavors.rb: display_for(type: :hash, item: hash).display_hash(hash)...

I'm starting to worry that by using AJ::Arguments, we're having to reinvent AJ from scratch to handle things like GlobalID, database and deserialization errors. We don't provide any way for...

Sorry for the delay. This isn't dead, I'm just taking my time in deliberating the direction I want to go here. I'm thinking about making the Rails support go all...

I don't have an ETA for this. I haven't been able to get an implementation that I'm happy with and summer vacation time is about to ramp up so my...

I'm sorry Ryan, I never really got it into a form I was comfortable with. Maybe this is something I can revisit for 9.0.

What version of Sidekiq are you using? “None” is not a version.

Happy to help here. Callbacks are not technically part of the batch, they run “after” the batch but I can see how it would be useful to group them together....

Id love to see an official Ruby api but it would require 3.5+ to use. There's no api to adjust concurrency dynamically. I've always been reluctant to dynamically tune, it's...

I'm struggling to turn the new GVL APIs into actual actionable data. In other words: > Recent advances in GVL instrumentation now make it possible to monitor overall system contention...