burke / zeus

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

Apply a small debounce to status chart updates #566

Closed metcalf closed 8 years ago

metcalf commented 8 years ago

When a single parent node's status changes, it causes a cascade of updates to child nodes. All of those updates report separate StateChanges, frequently causing multiple identical lines to be printed. Adding a very small debounce to the update monitoring avoids this noise while hiding only the most ephemeral state transitions.

r? @ptarjan

ptarjan commented 8 years ago

lgtm