Commit 77cb25d
authored
fix(archive): add RayOperator.get_remote_status override so archiving state advances (#1218)
RayOperator never overrode AbstractOperator.get_remote_status (which
returns empty ServiceStatus), causing _try_advance_archiving to never
see completion. Add the override that delegates to the module-level
rocklet_probe.get_remote_status, and keep SandboxManager calling
through self._operator for consistency.1 parent b81e3f9 commit 77cb25d
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments