fatkodima/sidekiq-iteration

sidekiq-iteration vs job-iteration

Closed this issue · 2 comments

What are the differences between sidekq-iteration and Shopify's job-iteration? It would be helpful if the README covered that!

Yeah, but the only real difference is that it does not depend on ActiveJob and is designed to work with raw sidekiq.
It currently has nested iterator for quite some time (https://github.com/fatkodima/sidekiq-iteration#nested-iteration), but there is a PR in the job-iteration (Shopify/job-iteration#310) that will be merged soon.
And the gem's usage API is a little bit different, but basically the same.

@fatkodima... ahhhh... that makes sense! Thanks for the quick reply 🥳