-
Today I ran into an issue with a scheduled task that wasn't running. It took me a while to figure out was going on, mostly because the It would have really helped me if the ubuntu@my_server:~/project$ php artisan schedule:list
+----------------------------------------------------------+-------------+--------------------+----------------------------+----------------------------+
| Command | Interval | Description | Next Due | Mutex |
+----------------------------------------------------------+-------------+--------------------+----------------------------+----------------------------+
| '/usr/bin/php8.0' 'artisan' mycommands:something | */2 * * * * | Process something | 2022-03-03 10:22:00 +00:00 | 2022-03-02 12:44:00 +00:00 |
| '/usr/bin/php8.0' 'artisan' mycommands:otherthing | */2 * * * * | Process otherthing | 2022-03-03 10:22:00 +00:00 | |
+----------------------------------------------------------+-------------+--------------------+----------------------------+----------------------------+ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Add PR #41338 for this |
Beta Was this translation helpful? Give feedback.
Add PR #41338 for this