Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Oct 22, 2021
1 parent 67f9672 commit bd88a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/active_memory_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ computation, this policy drops all excess replicas.

.. note::
This policy is incompatible with :meth:`~distributed.Client.replicate` and with the
``broadcast`` parameter of :meth:`~distributed.Client.scatter`.
``broadcast=True`` parameter of :meth:`~distributed.Client.scatter`. If you invoke
``replicate`` to create additional replicas and then later run this policy, it will
delete all replicas but one (but not necessarily the new ones).


Custom policies
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []
html_static_path: list[str] = []

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit bd88a82

Please sign in to comment.