• Resolved apra988

    (@apra988)


    I just want to know that how can I check the log of the CRONs running via cronjob scheduler.As I need to check if the CRONs are running or not.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author chrispage1

    (@chrispage1)

    Hi @apra988

    You can see from the dashboard if it is running if the ‘Next Run’ timestamp keeps increasing. As long as that keeps increasing your jobs will be running.

    However, if you’d like to debug whether they are running, I’d suggest implementing a little write to file within your action so you can check the last run time, or perhaps fire off an email?

    Thread Starter apra988

    (@apra988)

    So there is no log for the jobs running?
    And how can I check which URL is the CRON hitting?

    Plugin Author chrispage1

    (@chrispage1)

    No, not unless you create some kind of logging system within your tasks which is perfectly possible.

    > And how can I check which URL is the CRON hitting?

    What do you mean which URL the cron is hitting? It’s up to you to create and manage the actions that the cron scheduler runs.

    Thread Starter apra988

    (@apra988)

    How can I check the actions being run by any particular CRON?

    Plugin Author chrispage1

    (@chrispage1)

    Have you configured the plugin as per the instructions and have you got at least one action setup in Cronjob scheduler?

    Thread Starter apra988

    (@apra988)

    Can you suggest what cronjob can I add to test if the scheduler is running?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Log of Cronjob Scheduler’ is closed to new replies.