Parth
Parth
@ixti What do you think of this? Am I making a mistake by configuring super_fetch! explicitly like so along with `Sidekiq::Throttled.setup!` Here's a sample config that I have `sidekiq.rb` ```ruby...
> I don't really know what is going inside of the register_myself. For each capsules, the register_myself will register the capsules as `super_processes`
For `1.0.0.alpha.1`, I can enable the `super_fetch` without sidekiq erroring out, however, the throttling that I had in place with `1.0.0.alpha` doesn't seem to work. Workers make calls as fast...
> @Parth-Rewind Can you check which fetch class is being used once super_fetch is required and what are the ancestors of the class? With `1.0.0.alpha.1`, the fetch class will be...
> Oh. That explains. Okay will prepare a fix shortly. Thank You!! When you have time, could you please tell me what was causing this? I am curious. Is that...
@joshbuddy Could you please review it?