-
Notifications
You must be signed in to change notification settings - Fork 3
Default to starting a single process #41
Copy link
Copy link
Open
Labels
Description
What
Start a single process unless explicitly configured to start more.
sprockets.http/sprockets/http/runner.py
Line 61 in 7991f99
| def start_server(self, port_number, number_of_procs=0): |
Current
Virtual-CPU-number of processes are started.
1 process is started when running in debug mode.
Why
It's more consistent when deploying to environments where one is not responsible for provisioning the underlying system (ex. Docker).
Reactions are currently unavailable