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

When polling for new changes during an ingoing command execution should not trigger multiple executors #108

Open
mitermayer opened this issue May 24, 2016 · 2 comments

Comments

@mitermayer
Copy link

Was using the command watch to run a bash script, however when i changed the git branch of my project my computer crashed due to watch triggering that comand too many times.

Expected behaviour should be that if changes occur while command is executed it should only attempt to exectute the command once after the previous one has changed

@mitermayer mitermayer changed the title When polling for new changes during an ingoing command execution should keep adding to the QUE When polling for new changes during an ingoing command execution should not trigger multiple executors May 24, 2016
@jaskiratr
Copy link

Having a same issue. Watch script triggers several times and crashed my terminal.

@leonardobazico
Copy link

Any suggestions?

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

No branches or pull requests

3 participants