Mike Perham

Results 410 comments of Mike Perham

Only metrics coming internally from Sidekiq. If you want it to have a sidekiq. prefix you'd need to add it.

That's a difficult edge case in the Batch semantics. In general you should only use the :complete callback to add jobs, otherwise you could have jobs which execute after the...

Yeah, that's why the example uses :success only. It's an unfortunate semantic limitation.

Rails 5 is no longer supported.

As the Sidekiq 7 upgrade notes say, only Rails 6+ is supported. Sidekiq 6 supports Rails 5. If you disable preload app, it will likely work just fine. On Sun,...

Look at your command: SIDEKIQ_PRELOAD_APP=true On Sun, Jul 28, 2024, at 15:07, yossi edri wrote: > > > how can i disable preload app? > > > — > Reply...

You don’t lock Ent. You lock Sidekiq to 6.x. On Sun, Jul 28, 2024, at 15:15, yossi edri wrote: > > > > still has same error. > im using...

Unfortunately that's not an error I can easily raise to the top, as it would kill all Sidekiq processes in your cluster and cause an outage. Are you using the...

I tried adding "--no-deb-no-default-config-files" to "enable" the default behavior, hoping that the warning would go away. I would suggest this be the answer: if the user specifically enables the default...