We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5fee8 commit 258ba29Copy full SHA for 258ba29
src/ert/scheduler/lsf_driver.py
@@ -463,7 +463,7 @@ async def kill_all(self) -> None:
463
retry_interval=self._sleep_time_between_cmd_retries,
464
return_on_msgs=(JOB_ALREADY_FINISHED_BKILL_MSG),
465
)
466
-
+ logger.info("Sending SIGKILL in 15 seconds from now!!!")
467
await asyncio.create_subprocess_shell(
468
f"sleep {self._sleep_time_between_bkills}; {self._bkill_cmd} -s SIGKILL {' '.join(str(i) for i in self._iens2jobid.values())}",
469
start_new_session=True,
0 commit comments