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
How we can call from command line like gunicorn... web: gunicorn main:application --workers=13 --threads=2 --worker-connections=1000 --keep-alive=1800 --worker-class=uvicorn.workers.UvicornWorker --timeout 3600 --log-level=debug
this how we are using to call your application inside aws elastic bean stack inside the Procfile..
I am new to this, Please guide me.
The text was updated successfully, but these errors were encountered:
How we can call from command line like gunicorn...
web: gunicorn main:application --workers=13 --threads=2 --worker-connections=1000 --keep-alive=1800 --worker-class=uvicorn.workers.UvicornWorker --timeout 3600 --log-level=debug
this how we are using to call your application inside aws elastic bean stack inside the Procfile..
I am new to this, Please guide me.
The text was updated successfully, but these errors were encountered: