Commit Graph

7 Commits

Author SHA1 Message Date
Peter J. Holzer 33327258d1 Cap time until full at 1E9 seconds 2024-09-07 15:13:42 +02:00
Peter J. Holzer 001d03790d Search for global minimum if start of timeseries is unusable 2024-09-07 14:36:16 +02:00
Peter J. Holzer c462ca4d80 Extrapolate further into the future
So far we have only extapolated as far into the future as we could look
into the past. Everything beyond that was "infinity". Now we use the
first and last observation to extrapolate beyond that.
2024-09-07 12:01:20 +02:00
Peter J. Holzer 2e8641ad18 Smooth out old data to avoid false positives in disk full prediction 2023-08-18 21:07:57 +02:00
Peter J. Holzer 851d9b4b37 Add logging to process_queue 2022-12-27 11:44:03 +01:00
Peter J. Holzer eeb7db96b8 Cap time until full at 1 billion seconds
JSON can't represent infinity (at least not portably) so we need to use
a finite value. I certainly won't be worried if a disk will fill up in
32 years.
2022-12-27 10:50:41 +01:00
Peter J. Holzer a802f2ee27 Process queue 2022-12-11 22:58:26 +01:00