-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureNeed a new featureNeed a new feature
Description
Is your feature request related to a problem? Please describe.
Use Gunicorn to run the application an several processes and to be able to handle more requests (scalability & replication)
Describe the solution you'd like
- dependencies: add
gunicorn, - run the app: use
gunicorn main:app --workers 4 --worker-classoruvicorn main:app --host 0.0.0.0 --port 8080 --workers 4.
Additional context
Metadata
Metadata
Assignees
Labels
featureNeed a new featureNeed a new feature