spatie / uptime-monitor-app

A PHP application to monitor uptime and ssl certificates
https://spatie.be/opensource/php
MIT License
219 stars 35 forks source link

No scheduled commands are ready to run #1

Closed goemaeret closed 7 years ago

goemaeret commented 7 years ago

Hi,

When executing the schedule:run command I'm getting the following output in my terminal: No scheduled commands are ready to run

Nothing seems to happen, I've added a site through the monitor:create command and after running the schedule:run command it still says "Not yet checked" when retrieving a list with the monitor:list command.

Am I missing something here?

Thx in advance, Thomas

freekmurze commented 7 years ago

Hi,

thanks for bringing this to my attention. I've updated Kernel.php with the right scheduling.

Please replace app/Console/Kernel.php in your project by this file to fix the problem.