Mike Perham

Results 379 comments of Mike Perham
trafficstars

Sidekiq 5 with Sidekiq Pro 4 supports Ruby 2.2 but of course those versions are far out of my support. I would not accept bug reports.

We've discussed this previously. I'm open to it but there are serious UX issues (especially when mixed with the filter functionality).

It’s a one line API call. Make a rake task? On Tue, Jun 10, 2025, at 06:16, SengMing Tan wrote: > *tansengming* left a comment (sidekiq/sidekiq#6733) > thanks for looking...

If Heroku is down I don't think you have any options. The endpoint is still there but it requires a CSRF token which can't be determined. :-( ``` % curl...

I’m going to look into removing CSRF for 8.1. SameSite cookies should provide sufficient protection these days (speak up if you know different, I’m not a security expert).

Sidekiq 6 is no longer supported. Please upgrade. On Tue, May 27, 2025, at 03:10, Pradum Kumar wrote: > *prklm10* created an issue (sidekiq/sidekiq#6720) > > Ruby version: 3.1.2p20 >...

Sorry about that, fixed the linked code.

If someone wants to work on a PR to do that, I'd be happy with that solution.

These are now back in 8.0.9.

Interesting idea. Yes, `sidekiq.jobs.perform` metrics would be specific to individual jobs. Today we increment a `sidekiq.batches.{callback}` metric after the related callback finishes but no timing. We can implement total timing...