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

Put gunicorn in AS #11

Open
gustavofuhr opened this issue Dec 26, 2017 · 0 comments
Open

Put gunicorn in AS #11

gustavofuhr opened this issue Dec 26, 2017 · 0 comments

Comments

@gustavofuhr
Copy link
Contributor

As of right now we're running using python3 run_api.py in supervisor,
which uses the Flask dev server.

It's good for develop since it has live reload, but I made some tests
by using multiple workers in gunicorn and the listing of images is
much better (obviously). Did not see any increase of performance for
a single worker, btw.

To do that, it seems that we should have a Dockerfile for deploy, even
if local.

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