Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33798
    Profile photo of Mark Phillips
    Mark Phillips
    Participant

    Has anyone added a double entry for the processer work in crontab -e for the 30-second mark as well and noticed any additional work? Does the system take advantage of a multi-processor core?

    * * * * * curl -silent -A ‘Mozilla’ ‘http://address.local/?c=1&ss_c=2481524159741ea96f56’ >/dev/null 2>&1
    * * * * * (sleep 30; curl -silent -A ‘Mozilla’ ‘http://addres.local/?c=1&ss_c=2481524159741ea96f56’ >/dev/null 2>&1)

    Thanks,

    Mark

    #33859
    Profile photo of Robin
    Robin
    Keymaster

    Hi Mark – there is no point to running it multiple times as the cron job will not run while it is running elsewhere. This is not the way the system works and it checks to see if the processor is still running before triggering.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.