Alexey Zapparov
Alexey Zapparov
@ST-eugenekrivdyuk you might be happy about this one :D
Heya. Do you get any kind of errors? Like could it be possible that somehow process dies without calling Middlewares?
It's a bit tricky question. First of all scheduling jobs won't help a lot, because scheduled jobs is a pretty heavyweight stuff in Sidekiq. But I definitely see couple of...
@cfc1020 I think it might be worth allowing to configure how jobs should be getting back to the queue immediately or via scheduler. Probably it will make sense to make...
Oh. That sounds pretty interesting! I'll need to think about it. In fact I'm already slowly working on changing the throttling code (making it separated of sidekiq sot that sidekiq-throttled...
Can you describe in pseudo code how do you see it?
Thank you! Merged and released as [0.16.0](https://github.com/ixti/sidekiq-throttled/commit/69bd391ffc83a1fa18b7f5c783081c3d248670c4).
> Thanks @ixti > > BTW is https://github.com/ixti/sidekiq-throttled the new main repository for `sidekiq-throttled`? If so, would be helpful to archive this repo and change the README to link to...
yeah, you can "register" shared bucket and re-use it in multiple workers: https://github.com/sensortower/sidekiq-throttled/issues/44#issuecomment-370945016