Skip to content

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

Draft
ljgray wants to merge 1 commit intomainfrom
ljg/pipeline-after
Draft

Add built-in list of wait keys to pipeline#278
ljgray wants to merge 1 commit intomainfrom
ljg/pipeline-after

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.

TODO: add end and skip keys

@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
@ljgray ljgray force-pushed the ljg/pipeline-after branch from de74fe9 to ecd3791 Compare June 13, 2025 23:38
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