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

Passing custom gunicorn config for flask extension #726

Open
M7mdisk opened this issue Oct 7, 2024 · 0 comments
Open

Passing custom gunicorn config for flask extension #726

M7mdisk opened this issue Oct 7, 2024 · 0 comments

Comments

@M7mdisk
Copy link

M7mdisk commented Oct 7, 2024

What needs to get done

Currently, the gunicorn config is hardcoded here. However, in many scenarios, it is essential to override some of the settings (Example: changing worker type to async workers, modifying number of workers, etc).

This can be done either with a file override, passing the GUNICORN_CMD_ARGS env variable, or allowing CLI arguments.

See the docs for more info

In my case, we need to use async workers instead of the default sync ones

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

1 participant