Closed c2rad closed 4 years ago
changed 'method' argument in failed method (passed in call to self.__ping) from 'failed' to 'fail'
Per the ping api docs (https://cronitor.io/docs/ping-api), the endpoint for failure is 'fail', not 'failed'.
/fail | Report task has failed.
changed 'method' argument in failed method (passed in call to self.__ping) from 'failed' to 'fail'
Per the ping api docs (https://cronitor.io/docs/ping-api), the endpoint for failure is 'fail', not 'failed'.
from the documentation:
/fail | Report task has failed.