Skip to content

Commit

Permalink
correct docstring TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Aug 19, 2024
1 parent 107c4b3 commit c5868af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsl/monitoring/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def __init__(self,
Logging level as defined in the logging module. Default: logging.INFO
atexit_timeout : float, optional
The amount of time in seconds to terminate the hub without receiving any messages, after the last dfk workflow message is received.
XXX TODO not-so-many-left-now... *_msgs : Queue
Four multiprocessing queues to receive messages, routed by type tag, and sometimes modified according to type tag.
resource_msgs : multiprocessing.Queue
A multiprocessing queue to receive messages to be routed onwards to the database process
exit_event : Event
An event that the main Parsl process will set to signal that the monitoring router should shut down.
Expand Down

0 comments on commit c5868af

Please sign in to comment.