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

Add built-in list of wait keys to pipeline #278

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ljgray
Copy link
Contributor

@ljgray ljgray commented Sep 18, 2024

Implements a list of keys used to control task run order. Keys provided to a task in the wait queue tell the task that those keys must have been generated before the task can be run, even if those keys are not actually required by the task in isolation.

The single_wait argument is used to control whether wait keys must only be generated once or if they must be re-generated each time the task wants to call next.

@ljgray ljgray changed the title feat(pipeline): add built-in list of wait keys Add built-in list of wait keys to pipeline Sep 18, 2024
@ljgray ljgray force-pushed the ljg/pipeline-after branch from 68d7b07 to e180a00 Compare October 2, 2024 13:26
@ljgray ljgray force-pushed the ljg/pipeline-after branch from e180a00 to de74fe9 Compare December 11, 2024 21:57
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.

1 participant