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

Fixing reload to no longer send requests to old workers #45

Merged
merged 1 commit into from
Sep 16, 2012

Conversation

sbader
Copy link
Contributor

@sbader sbader commented Sep 11, 2012

It looks like there was an issue with reloading introduced recently. Currently when the server reloads, old workers are still sent requests until they hit their timeout.

I updated the reload test to bring out the issue and added back the terminating case in spawnWorker to resolve it.

@rauchg
Copy link
Contributor

rauchg commented Sep 16, 2012

Hot.

rauchg added a commit that referenced this pull request Sep 16, 2012
Fixing reload to no longer send requests to old workers
@rauchg rauchg merged commit 15e82c6 into LearnBoost:master Sep 16, 2012
@rauchg
Copy link
Contributor

rauchg commented Sep 16, 2012

Thanks a lot @sbader

@sbader
Copy link
Contributor Author

sbader commented Sep 16, 2012

No problem, but also, thank you @guille, we've been using up in production for a while now, and it's been great.

@rauchg
Copy link
Contributor

rauchg commented Sep 16, 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.

2 participants