Kuma health checks fail frequently
leka74
HOBBYOP

a year ago

Recently put up a Kuma service up to monitor two of my services (Bun backend & React frontend with Caddy). I started noticing that frequently the health checks are failing with the following error:

Monitor #1 'API Service': Failing: connect EHOSTUNREACH 35.212.174.161:443

Monitor #2 'Frontend': Failing: connect EHOSTUNREACH 35.212.174.161:443

I'm not noticing any issue (errors) on either of the services that would cause this issue.

Project ID: f627edd3-0d74-45c5-90c2-980c37ee4436

19 Replies

brody
EMPLOYEE

a year ago

switch to the v2 runtime in the service settings


leka74
HOBBYOP

a year ago

I have switched to v2 on both of those services. Though not on the Kuma service or the postgres instance I have. Will switch those as well and monitor.


brody
EMPLOYEE

a year ago

sounds good


brody
EMPLOYEE

a year ago

fwiw another user who had the exact same error switched to v2 and said the errors stopped, and I haven't heard back from them since


leka74
HOBBYOP

a year ago

Still seem to be having issues.

All services running on v2.


leka74
HOBBYOP

a year ago

They are always happening at the same time, so not sure if there's an issue with the Kuma service unable to send the requests or the other services unable to receive them.


brody
EMPLOYEE

a year ago

ohhhh


brody
EMPLOYEE

a year ago

kuma is not on the v2 runtime


brody
EMPLOYEE

a year ago

despite you selecting it


leka74
HOBBYOP

a year ago

hmm, should I switch to legacy then back to v2?


brody
EMPLOYEE

a year ago

the v2 runtime does not support volumes as of right now, so you are still on legacy


brody
EMPLOYEE

a year ago

once railway moves to bare metal they will add support for volumes on the v2 runtime


leka74
HOBBYOP

a year ago

Ah okay, makes sense.


brody
EMPLOYEE

a year ago

so not much else to do right now, but to set kuma to notify you if a check failed twice instead of once


leka74
HOBBYOP

a year ago

Yeah will do, thanks!


brody
EMPLOYEE

a year ago

sorry about the flakey experience!


leka74
HOBBYOP

a year ago

No worries, I don't care much about the Kuma service in specific, was just worried that the services were going down frequently.


brody
EMPLOYEE

a year ago

haha nope railway isn't that unstable


brody
EMPLOYEE

a year ago

hey @leke - most of railway's hosts now support volumes on the v2 runtime, set your service to use the v2 runtime and redeploy, you will know you're on the v2 runtime if you see container event logs


Loading...