Skip to content

Commit 9768530

Browse files
authored
Clarify in log that a HTEX message is a heartbeat *response* (#3990)
## Type of change - Update to human readable text: Documentation/error messages/comments
1 parent 2c6fb5c commit 9768530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/executors/high_throughput/process_worker_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def interchange_communicator(self, pair_setup: threading.Event):
379379
last_interchange_contact = time.time()
380380

381381
if tasks == HEARTBEAT_CODE:
382-
logger.debug("Got heartbeat from interchange")
382+
logger.debug("Got heartbeat response from interchange")
383383
elif tasks == DRAINED_CODE:
384384
logger.info("Got fully drained message from interchange - setting kill flag")
385385
self._stop_event.set()

0 commit comments

Comments
 (0)