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

Simplify reloader and remove --workers #141

Merged
merged 2 commits into from Jul 20, 2018
Merged

Conversation

tomchristie
Copy link
Member

Having implemented the --workers and thought through the implications,
I now think that we shouldn't implement multi-worker, and instead keep it out-of-scope.

This PR removes multi-worker for everything except the auto-reloading, where it's now much simpler.

I think this is preferable because multi-process production deployments should really be run underneath a dedicated process monitoring tool. (Gunicorn, Supervisord, Circus etc...)

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.

None yet

1 participant