rerun
rerun copied to clipboard
Vote for the "cool-down" feature
Just a note to register a strong vote for the cool-down feature. This is working really nicely to help with restarting a Rails 3 Grape API app I'm working on. But I use RubyMine, which autosaves all the time, and this causes rerun to kick off constantly. It would even be cool if you kept it simple and we could start rerun with a flag telling it to not restart more than once every X seconds. Thanks for the great program.
this is sort of working now... i've now got a minimum 1 second delay between restarts; see https://github.com/alexch/rerun/blob/master/lib/rerun/watcher.rb#L60