Ruby job-iteration

From wikinotes
Revision as of 22:02, 18 February 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Rails ActiveJob middleware to enable cursor-based iterated jobs.

https://github.com/Shopify/job-iteration


Usage

hooks

# https://github.com/Shopify/job-iteration/blob/master/lib/job-iteration/iteration.rb#L17-L19
on_start
on_complete
on_shutdown