=doc #3573 Clarify maxNrOfRetries in supervisor strategies
This commit is contained in:
parent
1c0e799370
commit
095000a9cd
3 changed files with 6 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ failing one). There are limits set on the restart frequency, namely maximum 10
|
|||
restarts per minute; each of these settings could be left out, which means
|
||||
that the respective limit does not apply, leaving the possibility to specify an
|
||||
absolute upper limit on the restarts or to make the restarts work infinitely.
|
||||
The child actor is stopped if the limit is exceeded.
|
||||
|
||||
The match statement which forms the bulk of the body is of type ``Decider``,
|
||||
which is a ``PartialFunction[Throwable, Directive]``. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue