Hi there, this is the official changelog page of FastCron.

Jul 13, 2023 fastcron.com

Updote makes it easy to share updates, changelog, news, links, and code with your team and users.

Sign up Log in

Ignore HTTP errors

See List of HTTP status codes.

If your cronjob URL returns an HTTP status code other than 2xx, FastCron will mark the cronjob execution as failed.

When editing your cronjobs, you can check the box HTTP error: Ignore redirects (3xx) and server errors (5xx). This will make FastCron ignore HTTP status codes 3xx and 5xx, and continue to execute your cronjob as usual.

http-error

FastCron will no longer ignore 4xx errors and will mark your cronjob as failed.

2 Thuan Thuan · 19w · 2140

Please sign up or log in to comment.

Ron @FastCronRon

@Thuan I have jobs that hit a protected endpoint that returns HTTP 401 and a special message. They've been working fine for several months then stopped working yesterday. I'm worried that "FastCron will no longer ignore 4xx errors and will mark your cronjob as failed." broke my checks. Since these are protected endpoints HTTP 401 is the correct status code. Can you add another check like "Ignore redirects (3xx) and sever errors (5xx)" for "Ignore status code" because I inspect the response body to determine if something has failed.

19w · 0

Ron @FastCronRon

Thank you for improving the feature to now include "Ignore redirects (3xx), client (4xx) and server errors (5xx)" My jobs are running correctly again!

18w · 0