watchdog
watchdog copied to clipboard
introduce a debouncer
--drop will drop the events --wait will queue up too many events
I would like a --debounce X option that makes the behavior debounce for X milliseconds
The idea should be similar to the javascript debounce concept: http://davidwalsh.name/javascript-debounce-function
So I take it this project is 100% dead?
The project is not dead, someone needs to work on it ;)
I sounds like a --spool as in https://github.com/joeyespo/pytest-watch - which does use a watchdog, it seems (requirements.txt).
IIUC, provided by #319