Django-Kubernetes
                                
                                 Django-Kubernetes copied to clipboard
                                
                                    Django-Kubernetes copied to clipboard
                            
                            
                            
                        gunicorn automaxprocs?
In Kubernetes the available ressources could limited, and the amount of CPUs you get with traditional methods could be wrong.
For Go this gets handled with https://github.com/uber-go/automaxprocs
In your repo I see that you use gunicorn.
How do you set the gunicorn values matching to the environment?