Option to Force Terminate a Task When File Changes Occur During Task Execution #9987
flex-jonghyen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Non-goals
No response
Background
I found that when a file change that could affect pending tasks occurs during the execution of a task, it may result in unintended caching. This can lead to the creation of caches that do not accurately reflect the intended state of the project.
ref: https://github.com/flex-jonghyen/reproduce
Proposal
It would be ideal if the termination is limited to file changes that could affect the current task graph. However, even having an option that forcefully terminates tasks whenever any file change is detected would be acceptable.
Beta Was this translation helpful? Give feedback.
All reactions