My app is stuck in a constant loop of healthy and unhealthy states.
Elysia is running at http://localhost:8000
Instance is healthy
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.