Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[data] add interval for iter metrics reporting (ray-project#40750)
After adding [iteration metrics](ray-project#40541) `test_batcher` runtime on premerge went from `20-25s` to `45-50s`. It also timed out on this [build](https://buildkite.com/ray-project/premerge/builds/10085#018b71c4-fcbc-45c8-a732-fe61ab8c7467). We currently report metrics to the StatsActor after every batch, if batches are small, then there are too many calls. This pr adds an minimum time interval for iteration metrics reporting of 30s. Signed-off-by: Andrew Xue <[email protected]>
- Loading branch information