thinkphp icon indicating copy to clipboard operation
thinkphp copied to clipboard

TP3.2.3怎样实现定时计划任务?CRON是不是要访问才能实现

Open gghtrt520 opened this issue 9 years ago • 2 comments

gghtrt520 avatar Mar 20 '16 05:03 gghtrt520

不要使用php去做定时计划任务,使用linux crontab,网站只需要提供一个接口执行就可以,PHP不擅长干定时计划这种事

widrin avatar May 21 '16 06:05 widrin

php -q full path/cli.php Controller/Action

JohnWongPulse avatar Mar 12 '19 02:03 JohnWongPulse