Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move default task build_enumerator logic back into the job #967

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

adrianna-chang-shopify
Copy link
Contributor

@adrianna-chang-shopify adrianna-chang-shopify commented Feb 9, 2024

Follow up to #944

Tasks can still define #build_enumerator to override the default and supply a custom enumerator for their task, but we shouldn't have all of the Job Iteration enumerator logic moved into the Task class.

Adds additional documentation for writing tests for tasks that use custom enumerators.

Tasks can still define `#build_enumerator` to override the default
and supply a custom enumerator for their task, but we shouldn't have
all of the Job Iteration enumerator logic moved into the Task class.

Adds additional documentation for writing tests for tasks that use
custom enumerators.

Co-authored-by: Étienne Barrié <[email protected]>
@adrianna-chang-shopify adrianna-chang-shopify merged commit 1af87d0 into main Feb 9, 2024
41 checks passed
@adrianna-chang-shopify adrianna-chang-shopify deleted the ac-refactor-custom-enums branch February 9, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants