Avatar for the Eventual-Inc user
Eventual-Inc
Daft
BlogDocsChangelog

Performance History

Latest Results

fix: drop OnceLock cache for simpler per-call connector creation
BABTUNA:fix/s3-proxy-env-vars
2 hours ago
fix(scheduler): include dispatched tasks in autoscaling ratio (#6388) After the Ray autoscaler ramp-up rework in #6653, one bug from the original autoscaler underscaling investigation is still live. `DefaultScheduler::needs_autoscaling()` computes the ratio as `pending_tasks / total_capacity`. However, `schedule_tasks()` runs immediately before this check and drains pending tasks onto available workers, so the ratio only reflects residual demand. When the cluster is saturated and most demand has just been dispatched, the ratio collapses below the threshold and `try_autoscale()` is never called. To fix this, track `last_scheduled_count` in the scheduler and include it in the numerator so the ratio reflects total demand (pending + just-dispatched). Reset the counter inside `get_autoscaling_request()` to prevent double-counting when it is called multiple times between `schedule_tasks()` rounds. Also strips zero-valued GPU/memory keys from Ray resource bundles in `try_autoscale()` so the autoscaler doesn't interpret them as demand for zero-resource bundles on specialized nodes. **Scope changes from the original PR:** - Dropped the `try_autoscale()` available-vs-total capacity fix: the code it modified was replaced entirely by #6653's ramp-up algorithm. A residual off-by-one edge case still exists there but requires a different patch. - Dropped the `active_memory_bytes()` trait addition: it existed only to support the capacity fix above. --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
main
3 hours ago
Update comments and log
chris/distributed-origin-node-id
4 hours ago
test(list_chunk): move groupby regression into tests/dataframe
veinkr-bot:fix-chunk-return-type
7 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix: respect proxy env vars (HTTP_PROXY, HTTPS_PROXY, etc.) in S3 client#6679
9 days ago
fd621d4
BABTUNA:fix/s3-proxy-env-vars
CodSpeed Performance Gauge
0%
CodSpeed Performance Gauge
0%
3 hours ago
ce8ae21
desmond/coverage-integration-ray
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs