Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: correct wrong advice in 'Routers and Supervision', see #3484 #1583

Merged
merged 1 commit into from Jul 4, 2013

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented Jul 1, 2013

  • and clarify default restart behavior more

@@ -131,15 +131,17 @@ turn, will cause its children to stop and restart.
It should be mentioned that the router's restart behavior has been overridden so that a restart,
while still re-creating the children, will still preserve the same number of actors in the pool.

This means that if you have not specified :meth:`supervisorStrategy` of the router or its parent a
failure in a routee will escalate to the parent of the router, which will by default restart the router,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add something like "In other words the default strategy is Escalate"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, append in parentheses to the end of the sentence that it uses Escalate and does not stop routees during restart

@drewhk
Copy link
Member

drewhk commented Jul 1, 2013

LGTM

* and clarify default restart behavior more
@patriknw
Copy link
Member Author

patriknw commented Jul 4, 2013

adjusted according to suggestion

@patriknw
Copy link
Member Author

patriknw commented Jul 4, 2013

This is ready for merge, and backport to release-2.2

rkuhn added a commit that referenced this pull request Jul 4, 2013
…triknw

DOC: correct wrong advice in 'Routers and Supervision', see #3484
@rkuhn rkuhn merged commit 3393221 into master Jul 4, 2013
@rkuhn rkuhn deleted the wip-3484-doc-router-supervision-patriknw branch July 4, 2013 12:05
@rkuhn
Copy link
Contributor

rkuhn commented Jul 4, 2013

backported to release-2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed Ready to merge from review perspetive, but awaiting some additional action (e.g. order of merges) tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants