-
Notifications
You must be signed in to change notification settings - Fork 128
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
Don't rerun unnecessarily #55
Comments
This is tricky. We have a heuristic that batches up file changes until we see a lull, or reach a timeout. After that, changes are actioned. This is only a heuristic, and I don't think there's any way to tune this to satisfy all users in all circumstances. To give me a bit more information to go on, could you please tell me:
Also any further detail you think might apply. |
Closing, more info needed. Please re-open with some more info if you'd like me to pursue this. |
@cortesi
I think you can add a state machine to
Disclaimer, I had not time to look at modd source code. Tested on v0.8 |
Hi,
I have the problem, that it takes quite a while to run my prep commands. If I change a file three times and save it each time, the prep commands always get triggered, even if all file changes were already run on the second time.
Is it possible to add a check to see if a new run is unnecessary? So that when the prep command is running and I save two files during that time, the prep command only gets triggered once afterwards.
The text was updated successfully, but these errors were encountered: