is there any options (PHP, JavaScript) how to refresh website exactly every 10th minute? I got some crob job on server, and every 10th minute I’m reloading the online RTSP stream downloading, and …
Tag: cron
node js schedule cron job to call express route every week
I have a page that when you access it, it runs tests. I want my tests to run every week so Im trying to create a cron job that access my express route every week. Sort of like Im making a get request. …