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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: