Giter VIP home page Giter VIP logo

Comments (3)

peppeocchi avatar peppeocchi commented on June 12, 2024

Hi @sarabhi92git have you already checked the server for error logs? Can you see your cronjob in the crontab? (crontab -l)
Please make sure your log file is writable by the user executing the cron. It's hard to say why your cronjob is not running, I would try to have a look at the crontab logs https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log to see if it's really executing or if there are errors in the execution.

Closing as this is not an issue with the package itself, but by looking at the logs you should be able to see why it's not running. If the crontab logs doesn't show any execution, or if your cronjob is not in the crontab, then that's your issue. Otherwise you can have a look at your server logs to see if there is any file permission issue

from php-cron-scheduler.

sarabhi92git avatar sarabhi92git commented on June 12, 2024

Hi @peppeocchi , I have checked crontab -l and also checked server cron log and cron job is executing and do not show any error.

But I have added in cron scheduler to write output file after cron job completed but the output file is not generated.

This is my code
$scheduler->call(function () { echo "Hello"; return " world!"; })->output('my_file.log'); $scheduler->run();

from php-cron-scheduler.

peppeocchi avatar peppeocchi commented on June 12, 2024

Check the file location and that the user executing the cronjob has permission to write it, you can also create the log file and give permissions to all users

from php-cron-scheduler.

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.