You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do I do if each iteration takes a long time, because it's doing nested operations? If your each_iteration is complex, we recommend enqueuing another job, which will run your nested business logic. We may expose primitives in the future to do this more effectively, but this is not terribly common today. We recommend to read goo.gl/UobaaU to learn more about nested operations.
The link we provide is problematic for two reasons:
it links to our internal Discourse instance, despite this being a public repository
the answer explicitly directs the user to use BackgroundQueue.enqueue (as well as start_id: and last_id:) which is Shopify/shopify specific, even though JobIteration is used outside that repo
We should link to something public and non-Shopify specific.
The text was updated successfully, but these errors were encountered:
We include the following in README.md:
The link we provide is problematic for two reasons:
BackgroundQueue.enqueue
(as well asstart_id:
andlast_id:
) which is Shopify/shopify specific, even thoughJobIteration
is used outside that repoWe should link to something public and non-Shopify specific.
The text was updated successfully, but these errors were encountered: