I have a php script ( fetch.php )
I want that every 3 hours ( fetch.php ) automatically run.
I use OpenShift.
Thanks.
I have a php script ( fetch.php )
I want that every 3 hours ( fetch.php ) automatically run.
I use OpenShift.
Thanks.
收起
You need to install the cron cartridge and then follow the instructions that are laid out in this blog article: https://www.openshift.com/blogs/getting-started-with-cron-jobs-on-openshift to run a cron job.
报告相同问题?