Mike Perham
Mike Perham
I presume you've already seen this. https://github.com/mperham/sidekiq/issues/1421#issuecomment-33746157
The Batches wiki page explicitly states that empty batch behavior is undefined. On Thu, Aug 4, 2022 at 10:14 Thom Des ***@***.***> wrote: > Ruby version: 3.1.1 > Rails version:...
Bizarre. Maybe this is a Rack issue? Sidekiq can't and shouldn't restrict where you mount your webapp.
I'd suggest you read the csrf code. There's nothing special in there iirc, it's just using Rack utility APIs. Can you update the rack gem?
https://github.com/mperham/sidekiq/wiki/Delayed-extensions
I have no problem with the delayed extensions going into a 3rd party gem which maintains the exact same API. I just don’t want them in core anymore. This could...
The idiomatic Rails way is deliver_later.
Embedded mode is now available on the 7-0 branch.
There hasn't been a lot of demand for Prometheus so I haven't felt the need to support it directly. I've never used Prometheus or those projects you linked so I...
Can you give me the entire error backtrace?