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
I came across an unexpected behavior when using the schedule feature, as stated at this link "By default, scheduled tasks will be run even if the previous instance of the task is still running.". However, this is not working as expected in the scope of seconds.
Notice how the 3rd operation started at 18:30:30 and took 5 seconds to finish and the 4th operation didnt start until the 3rd one finished at 18:30:35.
Laravel Version
11.30
PHP Version
8.3.2
Database Driver & Version
SQLite
Description
Hello,
Thanks for your awesome work at Laravel.
I came across an unexpected behavior when using the schedule feature, as stated at this link "By default, scheduled tasks will be run even if the previous instance of the task is still running.". However, this is not working as expected in the scope of seconds.
Notice how the 3rd operation started at 18:30:30 and took 5 seconds to finish and the 4th operation didnt start until the 3rd one finished at 18:30:35.
Steps To Reproduce
create normal new laravel app
broadcastCommand.php:
console.php :
run the schedule:
The text was updated successfully, but these errors were encountered: