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

Support fallible tasks with graceful continuation #31

Open
cassaundra opened this issue Jan 4, 2024 · 0 comments
Open

Support fallible tasks with graceful continuation #31

cassaundra opened this issue Jan 4, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@cassaundra
Copy link
Collaborator

cassaundra commented Jan 4, 2024

When a fallible task fails, note the result and continue execution through non-dependent tasks. Possibly add an on-failure hook (or similar) as well.

This is a precursor to making quake into a task runner (see #30).

Note: in watch mode (#14), the intended behavior for task failure is to abort all dependent tasks of those that failed and re-run them when a file change is detected. This is a separate behavior (at least conceptually) from this feature.

@cassaundra cassaundra added the enhancement New feature or request label Jan 4, 2024
@cassaundra cassaundra added this to the quake 0.2.0 milestone Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant