superfly / fly-autoscaler

A metrics-based autoscaler for Fly.io
Apache License 2.0
28 stars 4 forks source link

Gracefully handle missing metrics #14

Open benbjohnson opened 9 months ago

benbjohnson commented 9 months ago

The reconciler has code to check if a metric is missing or NaN and avoid scaling. However, we need to investigate if lagging metrics will adversely affect scaling in any way.