php artisan schedule:run
给出了错误。
No scheduled commands are ready to run
我可以多次运行此命令,但它不会启动任何命令。
但是当我执行php artisan cache:clear
时,所有工作都按预期工作,直到下次重启。
可能是什么原因?
.env
CACHE_DRIVER=redis
答案 0 :(得分:-1)
您可以在--:
之类的日程表中编写此命令Artisan::call('config:cache');