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
Add WEB_CONCURRENCY=auto support for automatic CPU detection
Allow --workers and WEB_CONCURRENCY to accept "auto" which resolves
to os.cpu_count(), similar to Puma's approach. Useful for deployments
on platforms that don't automatically set WEB_CONCURRENCY.
0 commit comments