You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's important to use a single process when running a sprockets.http with envconsul. Otherwise, each reload of envconsul will result in lingering child processes.
What
Start a single process unless explicitly configured to start more.
sprockets.http/sprockets/http/runner.py
Line 61 in 7991f99
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).
The text was updated successfully, but these errors were encountered: