PHP: running scheduled jobs (cron jobs)

前端 未结 13 1725
自闭症患者
自闭症患者 2020-11-22 14:36

I have a site on my webhotel I would like to run some scheduled tasks on. What methods of achieving this would you recommend?

What I’ve thought out so far is having

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 15:00

    That's what cronjobs are made for. man crontab assuming you are running a linux server. If you don't have shell access or no way to setup cronjobs, there are free services that setup cronjobs on external servers and ping one of your URLs.

提交回复
热议问题