forked from GithubBackups/healthchecks
3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
# using curl (10 second timeout, retry up to 5 times):
|
|
curl -m 10 --retry 5 PING_URL
|