Skip to content

Commit

Permalink
Driveby
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Jun 26, 2024
1 parent f5c824c commit 5690e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/worker_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _to_dict_no_nest(self, *, exclude: Container[str] = ()) -> dict:
-----
This class uses ``_to_dict_no_nest`` instead of ``_to_dict``.
When a task references another task, just print the task repr. All tasks
should neatly appear under Worker.tasks. This also prevents a RecursionError
should neatly appear under Worker.state.tasks. This also prevents a RecursionError
during particularly heavy loads, which have been observed to happen whenever
there's an acyclic dependency chain of ~200+ tasks.
"""
Expand Down

0 comments on commit 5690e93

Please sign in to comment.