You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add force-kill fallback and resolve safety to graceful actor shutdown
- Use handle._resolve() instead of handle._actor_ref to handle
name-based handles that haven't been resolved yet
- Wait on __ray_terminate__ refs with a 30s timeout
- Force-kill via ray.kill() any actors that don't terminate in time
- Addresses review feedback from both Claude and Codex reviews
Co-authored-by: Russell Power <rjpower@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments