You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+------------+---------+----------+--------+------+
| Run date | In time | Run time | Errors | Jobs |
+------------+---------+----------+--------+------+
| 1409020245 | -1 | -1 | 0 | 0 |
+------------+---------+----------+--------+------+
always keep to occur
help me please
The text was updated successfully, but these errors were encountered:
Hi, it seems that you have a problem with the prevent overlapping function. Please have a look in your log files and disable the overlapping protection with the command Cron::setDisablePreventOverlapping();
From the README:
Cron is not running properly and returns runtime and inTime with value -1
By default Cron prevents overlapping. This means that only one Cron instance will run at the same time. If another instance is called, Cron will not run and will return the runtime and inTime parameter with the value -1. On some Windows machines the deletion of the lock file fails and you have to disable this feature. Please have a look at the prevent overlapping section.
hi
I use liebig/cron
it worked good this morning.
but now not working
--this situation
php artisan cron:list
+----------+------------+-----------+
| Jobname | Expression | Activated |
+----------+------------+-----------+
| example1 | * * * * * | Enabled |
| example3 | * * * * * | Enabled |
| example2 | 28 * * * * | Enabled |
+----------+------------+-----------+
but
php artisan cron:run
+------------+---------+----------+--------+------+
| Run date | In time | Run time | Errors | Jobs |
+------------+---------+----------+--------+------+
| 1409020245 | -1 | -1 | 0 | 0 |
+------------+---------+----------+--------+------+
always keep to occur
help me please
The text was updated successfully, but these errors were encountered: