Bun application stuck in a constant loop of healthy and unhealthy states

My app is stuck in a constant loop of healthy and unhealthy states.

:fox_face: Elysia is running at http://localhost:8000
Instance is healthy
:fox_face: Elysia is running at http://localhost:8000
Instance is unhealthy

I played around with the health check config but it didn’t solve the problem. The application works completely fine in a local container and there’s no problem like memory leak or something. I want to know if it’s an issue related to health check config, insufficient computing and/or memory usage or koyeb platform not working well with bun container image. Thank you.

Hi there,

I’ve looked at your service and the configuration looks good to me.

Performing a request on your app, I noticed that a timeout occurred, I suppose that the issue is coming from the current instance type having not enough memory to support your application.

Can you try to change to a Small instance type to see if it solves your problem?

Thanks