Server keeps crashing all the time
gripr
FREEOP

7 months ago

I deployed Baserow yesterday using your Template, i did change region and upgrade to 35GB RAM plan and added:
BASEROW_AMOUNT_OF_GUNICORN_WORKERS=40
BASEROW_AMOUNT_OF_WORKERS=32

based on the Baserow documentation.

Today i added n8n to run some of my services and now i experience that the Railway server crashes all the time, even when im not doing anything.

It first started when i sent 100 items through n8n, then i redeployed and changed so i only send 5 items every 1 secound, but even then this is not helping. I also need to manualy redeploy to make ut work again.

I dont understand why this happens, and it can not be like this when i go in production.

I need to verify if there is something wrong with my setup or if Railway is this unstabile and buggy.

As of now im not able to do anything, since the server keeps crashing!

$10 Bounty

2 Replies

sim
FREE

7 months ago

Lower the worker values. Start low and and check your Railway logs if there are any OOM killed errors then it is hitting memory limits


sim
FREE

7 months ago

Despite more RAM, running that many workers can still push the container too hard with CPU usage and background load, specially when other stuff is running. Can you share your service charts?


Loading...