Skip to content

Latest commit

 

History

History
101 lines (51 loc) · 1.81 KB

File metadata and controls

101 lines (51 loc) · 1.81 KB

2026-06-13

Fix

  • Cache stages without the resource definitions, only check physical resources, let Ray handle logical resources

2026-06-07

Fix

  • Give config option for force reaping idle Ray workers

2026-06-05

Fix

  • Ensure mapper is unique per plugin to help blue/green drain cycles

2026-06-05

Fix

  • Tests
  • Add a drain mechanism, and cache ray remote functions to avoid memory leak

2026-05-31

Fix

  • Add allow_partial_failure to parameterized stages

2026-05-24

Fix

  • Avoid blocking calls

2026-05-24

Fix

  • Move node check out of the environmnet_info()

2026-05-10

Fix

  • Connection recovery, improve cluster memory handling

2026-04-24

Fix

  • Ensure mapper actor spins up new with each plugin to guarantee env updates on version push

0.1.43

2026-04-17

Fix

  • Avoid calling remotes in the event loop