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

Simple auto-respawning implementation #31

Closed
wants to merge 4 commits into from

Conversation

lukasberns
Copy link

  • Enable with the keepAlive (or --keepalive in cli) option.
  • Does not respawn if a worker dies too quickly to prevent auto-respawning storm.
  • reload() brings the number of workers back to numWorkers.

@lukasberns
Copy link
Author

Intended to be the first step towards issue #2 and #21

@xdamman
Copy link

xdamman commented Jul 10, 2012

I like that. @guille no plan to merge?

@mugami-ast
Copy link
Contributor

Chances might be better with tests and rebased so that it doesn't cause a merge conflict.

See git help rebase

@rauchg
Copy link
Contributor

rauchg commented Jul 10, 2012

Yup, it's not applying cleanly

@arlolra arlolra mentioned this pull request Jul 31, 2012
@trodrigues
Copy link

I'm testing this functionality and it seems to work pretty well.

@arlolra arlolra mentioned this pull request Aug 4, 2012
@lukasberns
Copy link
Author

I guess I can close this now

@lukasberns lukasberns closed this Sep 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants