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 bd88a82 commit 1be9493
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/active_memory_manager.rst
Expand Up @@ -144,6 +144,9 @@ define two methods:
- Create replicas of a task on workers that already hold them
- Create replicas on paused or retiring workers

It is generally a good idea to design policies to be as simple as possible and let
the AMM take care of the edge cases above by ignoring some of the suggestions.

Optionally, the ``run`` method may retrieve which worker the AMM just selected, as
follows:

Expand Down

0 comments on commit 1be9493

Please sign in to comment.