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 114e701 commit ec9bbf6Copy full SHA for ec9bbf6
parsl/executors/high_throughput/executor.py
@@ -832,7 +832,7 @@ def shutdown(self, timeout: float = 10.0):
832
try:
833
self.interchange_proc.wait(timeout=timeout)
834
except subprocess.TimeoutExpired:
835
- logger.info("Unable to terminate Interchange process; sending SIGKILL")
+ logger.warning("Unable to terminate Interchange process; sending SIGKILL")
836
self.interchange_proc.kill()
837
838
logger.info("Closing ZMQ pipes")
0 commit comments