-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Right now we are running Flask with Gunicorn using PM2. There are a few problems with this:
- Flask is not fast
- PM2 is designed for node JS, not pythonb
We should swap Flask for FastAPI and (if possible in one PR) swap PM2 for something more appropriate.
Note: We currently depend on Flask-sql alchemy for our DB ORM. We will need to swap this when migrating away from Flask. This may also require changes to the DB services that are also dependencies for the worker and vdb upload worker
Metadata
Metadata
Assignees
Labels
No labels