Laravel “No scheduled commands are ready to run.”

后端 未结 13 1184
囚心锁ツ
囚心锁ツ 2020-12-09 08:39

I\'ve set up the following Laravel commands:

protected function schedule(Schedule $schedule) {
        $schedule->command(\'command:daily-reset\')->dai         


        
相关标签:
13条回答
  • 2020-12-09 08:57

    On Windows, I fixed this issue by setting the Scheduled Task to run every minute (even though I only wanted to trigger a command once per day), otherwise I always got the No scheduled commands are ready to run. message.

    0 讨论(0)
提交回复
热议问题