-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
I am having a strange issue as of this morning. When I try to ping a self hosted healthchecks instance with runitor it fails:
root@Neon:/tmp/backup# runitor --api-url https://healthcheck.mydomain.com/ping -uuid 3e5b2cea-7e7c-4eaa-be46-184f94d319e0 echo hello_world
2021/09/18 14:49:37 PingStart: max tries reached after try 3. last error: Post "https://healthcheck.mydomain.com/ping/3e5b2cea-7e7c-4eaa-be46-184f94d319e0/start": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
hello_world
2021/09/18 14:49:58 PingSuccess: max tries reached after try 3. last error: Post "https://healthcheck.mydomain.com/ping/3e5b2cea-7e7c-4eaa-be46-184f94d319e0": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
If I try to do the same thing manually with curl it works just fine:
root@Neon:/tmp/backup# curl https://healthcheck.mydomain.com/ping/3e5b2cea-7e7c-4eaa-be46-184f94d319e0/start
OK
root@Neon:/tmp/backup# curl https://healthcheck.mydomain.com/ping/3e5b2cea-7e7c-4eaa-be46-184f94d319e0/
OK
Do you have any suggestions on how I could debug/resolve this? It has me totally stumped
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels