pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.45k stars 251 forks source link

Scheduled Cron Jobs failed continuously #109

Closed TamalAdhikary closed 2 years ago

TamalAdhikary commented 2 years ago

My cron jobs working fine for first few days, but suddenly it start showing this error.

Failed (HTTP error) (302 Found) http://www.bengalprimenews.in/?wp_automatic=cron

Kindly suggest me the solutions

pschlan commented 2 years ago

Your URL returns a HTTP 302 status code, i.e. it wants to redirect to another URL. Please check your script and ensure it returns a 200 OK status code.