15 days ago
Project ID: 702b671c-d980-48f6-acd8-5a7f2f41d8ea
I have deployed my back-end code which uses FastAPI + MongoDB + Redis + Socket.io.
I am having massive performance issues. I am on the pro plan and tried using 1-50 replicas and nothing seems to improve performance.
Locally my app runs and processes requests quickly. Its primarily functioning as a CRM and when I upload contacts, on average its processing about 100 row in 1min + depending on the data set when deployed on RailWay.
When compared to my local environment, where the same file/dataset is processing it only takes 1sec per 100 rows. Railway is currently 60x slower.
Are the any limitations I need to know about or optimizations to make sure my app is consuming the proper resources available on RailWay?
0 Replies