How to reconfigure PHPJobScheduler to perfom jobs after pretermined intervals independent off someone accessing your website

StackOverflow https://stackoverflow.com/questions/22885655

  •  28-06-2023
  •  | 
  •  

Question

I'm using phpjobscheduler to run a JSON fetching php script after every minute. However on its README its stated that it only runs your jobs provided that someone accesses the link to the php file where you have included the job scheduler script. How do I set it so that its scheduling goes on whether or not someone accesses your website?

Was it helpful?

Solution

yes it does need to be fired from a page on a website (from a html or PHP file). You can also fire it via a cron job.

There are lots more details here: http://members.dwalker.co.uk/forum/viewtopic.php?f=1&t=919

BTW - hope you like phpjobscheduler, I first created it over 10 years ago: http://www.phpjobscheduler.co.uk/demo/readme.html#history

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top