GithubHelp home page GithubHelp logo

Comments (9)

pschlan avatar pschlan commented on July 22, 2024

Please change your URL/script to return less data. cron-job.org accepts up to 4 kB of response data from your URL/script. Usually it's enough to send just a short status code like "OK" after script execution.

from cron-job.org.

gujingc avatar gujingc commented on July 22, 2024

pschlan, we are seeing the problem. Our cron jobs have been running perfectly for 2 years and all in a sudden this starts to show.

We are using wp-cron.php. I do not know how to change the script. Please advise.

from cron-job.org.

gujingc avatar gujingc commented on July 22, 2024

Pschlan, this is what we found.

We did our tests twice.

  • We first keep the Cron jobs enabled. Then we click on the Test Run button. All failed
  • Then we turned off the button to disable the crob jobs. Then we clicked on the test run. All successfully passed the test. Then we we back enabled the cron jobs.

We are not technical. But this looks interesting.

from cron-job.org.

pschlan avatar pschlan commented on July 22, 2024

Can you send the account email address to [email protected], referencing this issue?

from cron-job.org.

boxster1 avatar boxster1 commented on July 22, 2024

We are having the same issue, the job ran fine for months now it fails. What do we need to do?

from cron-job.org.

gujingc avatar gujingc commented on July 22, 2024

from cron-job.org.

pschlan avatar pschlan commented on July 22, 2024

I still fail to see why a cron job would need to output that much data/text. If it’s logging information, it should rather go to a log file than to the browser/HTTP output.

Switching to a service which has a higher limit on output data seems like a workaround, not a solution. If your job‘s output amount depends on the work it’s doing, you might sooner or later run into this issue again, even with a higher limit on other services.

from cron-job.org.

gujingc avatar gujingc commented on July 22, 2024

from cron-job.org.

pschlan avatar pschlan commented on July 22, 2024

Aligns with my theory that the output size is too dynamic. And also means that it could happen again any time if the root issue is not addressed.

Closing this issue as there’s no indication of a bug on our side.

from cron-job.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.