Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Jul 28, 2023
1 parent 1e8c980 commit 0762797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4501,8 +4501,9 @@ async def update_graph(
start = time()
try:
# TODO: Reusing the offload TPE may be an issue here since this
# simultaneously block other serialization. This could matter if
# users are submitting
# simultaneously block other offloaded serialization. This could
# matter if users are submitting large graphs while also running
# other tasks
(
dsk,
dependencies,
Expand Down Expand Up @@ -4537,7 +4538,6 @@ async def update_graph(
# carefully. The lock would not even be sufficient since otherwise all
# handlers that operate and possibly mutate TaskState would need to
# be locked as well.
#
# *********************************************************************

stimulus_id = stimulus_id or f"update-graph-{time()}"
Expand Down

0 comments on commit 0762797

Please sign in to comment.