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
For some reason when we deploy the our API with mergepythonclient==1.1.3 added the memory on Heroku is hitting the limit just after start. There is no actions / code being execute, besides
For some reason when we deploy the our API with
mergepythonclient==1.1.3
added the memory on Heroku is hitting the limit just after start. There is no actions / code being execute, besidesfrom merge import Merge
Our heroku stack is using web worker as follows:
gunicorn app.main:app --worker-class uvicorn.workers.UvicornWorker
app is fastapi based API project.
Heroku logs:
Note that we using 1GB web worker, our app was fine on 512MB before, still looks like 1GB is to small.
The text was updated successfully, but these errors were encountered: