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 c81c11a commit fd872fdCopy full SHA for fd872fd
metaflow/plugins/kubernetes/spot_monitor_sidecar.py
@@ -74,7 +74,7 @@ def _monitor_loop(self):
74
if response.status_code == 200:
75
termination_time = response.text
76
self._emit_termination_metadata(termination_time)
77
- os.kill(self.main_pid, signal.SIGTERM)
+ os.kill(self.main_pid, signal.SIGUSR1)
78
break
79
except (requests.exceptions.RequestException, requests.exceptions.Timeout):
80
pass
0 commit comments