Alexey Zapparov

Results 369 comments of Alexey Zapparov

The only middleware throttled has is responsible to finalize strategies at the end of the execution. Can you provide a bit more details on the problem you're solving?

As throttled jobs are not being processed - server middlewares are not executed on those. If you need some middlewares to be still executed on throttled ones, you can add...

One thing that might be confusing is that docs say `Oaken.seed :setup` -- that will cause setup to be double-loaded.

IMO in this case it's better `raise UnacceptableError`. Or even make that logic configurable: ``` ruby HTTP.use(acceptable: { mime_type: "...", on_mismatch: :raise }) ``` * `mime_type` - if request does...

Thank you for the report. Will try to come with fix asap

Can you tell me if you're using Rails, and if so is it using eager-load in that environment you see the error?

One last bit, can you check that Zeitwerk can load your files correctly, by running: ``` ruby bin/rails zeitwerk:check ``` Want to eliminate as many gotchas as possible before trying...

Thank you! And sorry, missed this PR - closed via f1a86f12bf9660e5515620175f2633510fe4d4e7