a year ago
Hi, I am having trouble with my Flask app with PostegreSQL deployed with Dockerfile on Railway.
CMD gunicorn --workers=8 --worker-class=gevent --bind=0.0.0.0:$PORT --timeout 1000 main:app
I have a playwright function that takes a minutes to complete and I also increased the gunicorn timeout but still not getting output. Do any one knows why is this? Or any one knows if this is a memory problem?
5 Replies
a year ago
You are running dangerously close to the memory limit of 500MB -
Attachments
a year ago
Thank you for the reply. If I upgrade my plan to PRO. Does this could solve the issue?
a year ago
I'd say your Hobby plan will be perfectly sufficient for now.
Are you still facing the same issue?
a year ago
+1 monthly paid user. I decided to abort the project and start from scratch to troubleshoot effectively. Then for some reason it works now. It seems the problem was related to a Playwright configuration issue and memory issue. Thank you for the help
Status changed to Solved brody • over 1 year ago