We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38709f8 commit 04c7ff9Copy full SHA for 04c7ff9
1 file changed
src/omnipkg/isolation/worker_daemon.py
@@ -1036,10 +1036,6 @@ def flush(self_buf):
1036
if _ffi_fn_rc is not None:
1037
_live_core = getattr(_rcli, '_PRELOADED_CORE', None)
1038
if _live_core is not None and not getattr(_live_core, '_uv_ffi_run', None):
1039
- try:
1040
- # First check if already dead (workers that ran run_cli call sys.exit)
1041
- if self.process.poll() is None:
1042
- # Still running — try graceful shutdown
1043
try:
1044
_live_core._uv_ffi_run = _ffi_fn_rc
1045
except Exception:
0 commit comments