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 sequential starting & stopping #9

Open
wafer-bw opened this issue Jul 30, 2024 · 1 comment · May be fixed by #14
Open

Add sequential starting & stopping #9

wafer-bw opened this issue Jul 30, 2024 · 1 comment · May be fixed by #14
Assignees
Labels
module:graceful Items relating to the graceful module

Comments

@wafer-bw
Copy link
Owner

wafer-bw commented Jul 30, 2024

Considerations:

  • A way to start runners in an independent specific sequential order.
  • A way to stop runners in an independent sequential order.
  • A way to run groups recursively such that parts can be sequential and other parts can be synchronous.
@wafer-bw wafer-bw changed the title Add LIFO group to graceful Add sequential starting & stopping Aug 27, 2024
@wafer-bw
Copy link
Owner Author

This likely involves a struct type for a Group instead of type Group []Runner. Perhaps this can be an AdvancedGroup or a v2...

@wafer-bw wafer-bw added the module:graceful Items relating to the graceful module label Aug 27, 2024
@wafer-bw wafer-bw self-assigned this Aug 27, 2024
@wafer-bw wafer-bw linked a pull request Sep 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:graceful Items relating to the graceful module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant