rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Vote for the "cool-down" feature

Open mjones-rpx opened this issue 12 years ago • 1 comments

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.

mjones-rpx avatar Jul 13 '12 18:07 mjones-rpx

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

alexch avatar Mar 06 '14 23:03 alexch