This release fixes a bug affecting the Prometheus metrics route in versions 1.28.0 and 1.28.1, specifically when the instance has too many tasks. The issue is visible as high memory usage and could cause the instance to be OOM-killed. If you are using the /metrics route, we recommend deleting all succeeded or failed functions in the index using the dedicated route or upgrading to at least v1.28.2.
🐛 Bug fixes
- Limit the number of retrieved tasks to one in the metrics by @Kerollmops in #6024
Full Changelog: v1.28.1...v1.28.2