burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Revert "Merge pull request #583 from burke/andrew-debounce-better" #594

Closed metcalf closed 7 years ago

metcalf commented 7 years ago

The new debouncing strategy is still not quite what we want. We really want to stop all services until changes have stopped and then start them all again. This change makes things worse by leaving old code running longer.

This reverts commit f1d59a855f69b5afee5d67e71c669ab35cfefefe, reversing changes made to c55b133d5379c2b14511c67c3dfcfc413b40cf28. Note that I excluded the changes to Travis configuration from the revert.

metcalf commented 7 years ago

r? @russelldavis

russelldavis commented 7 years ago

👍