Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
11 stars 0 forks source link

UI events are unlimited after server update #5

Closed m4wh6k closed 1 year ago

m4wh6k commented 1 year ago

Event messages in the boardwalkd UI are supposed to be limited to a certain number, in order to prevent the number of events from expanding forever. At least when server updates are deployed, the events are no longer bounded. It may have nothing to do with server upgrades, and probably would occur any time the server is restarted and the statefile is loaded from disk, but I haven't confirmed this.

We should fix this issue such that event messages are bounded to the upper limit after server upgrades and restarts.