klattimer / Malaria

A system statistics reporter written in python
MIT License
5 stars 1 forks source link

Multiple update schedules #10

Open klattimer opened 6 months ago

klattimer commented 6 months ago

The update system is far too noisy, but reducing the noise means that no data is reported for a while on some data points.

Multiple schedules should be created for updating different kinds of data, and all data that hasn't been updated in a while should be pushed on one of those schedules.

klattimer commented 5 months ago

Should probably use schedule - so that plugins can specify their update frequency appropriately.