Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calling from command line like gunicorn in Profcfile #227

Open
gudipudipradeep opened this issue Apr 8, 2022 · 2 comments
Open

calling from command line like gunicorn in Profcfile #227

gudipudipradeep opened this issue Apr 8, 2022 · 2 comments

Comments

@gudipudipradeep
Copy link

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.

@timelessnesses
Copy link

I am likely super late but you could make CLI that wraps around bjoern if you want that.

@Ghostbird
Copy link

You can look at how they do it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants