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 have noticed that if i open php artisan tinker, to dispatch a job to test it, every first time i dispatch a job like this:
\App\Jobs\CreateDailyFamacStatistics::dispatch();
Nothing happens.
If I do it one more time, the job is dispatched and added to queue. Right now this is happening on my reported versions but also on laravel 10 on other projects.
Subsequently they are dispatched every time i run the command. Its only the first time i start tinker i have to do it twice.
Steps To Reproduce
php artisan tinker
dispatch a job
The text was updated successfully, but these errors were encountered:
Tinker Version
2.5
Laravel Version
8.83
PHP Version
8.2
Database Driver & Version
No response
Description
I have noticed that if i open php artisan tinker, to dispatch a job to test it, every first time i dispatch a job like this:
\App\Jobs\CreateDailyFamacStatistics::dispatch();
Nothing happens.
If I do it one more time, the job is dispatched and added to queue. Right now this is happening on my reported versions but also on laravel 10 on other projects.
Subsequently they are dispatched every time i run the command. Its only the first time i start tinker i have to do it twice.
Steps To Reproduce
php artisan tinker
dispatch a job
The text was updated successfully, but these errors were encountered: