If for example i use this:
runitor -slug NOCAPSALLOWED_oops -create -ping-key replace_with_ping_key -- echo 'test'
I get:
Ping(start): nonretriable error response: 400 Bad Request
test
Ping(success): nonretriable error response: 400 Bad Request
And the check fails to get created.
I think it should:
a) convert slug to lowercase (duh)
b) maybe show a better error message.