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
Using anything besides QUEUE_CONNECTION=sync will result in a duration of 0 seconds, which is technically correct.
We can work around this by injecting some metadata into the queue job and sending the check-in once the job is finished.
The text was updated successfully, but these errors were encountered:
https://laravel.com/docs/10.x/scheduling#scheduling-queued-jobs
Using anything besides
QUEUE_CONNECTION=sync
will result in a duration of 0 seconds, which is technically correct.We can work around this by injecting some metadata into the queue job and sending the check-in once the job is finished.
The text was updated successfully, but these errors were encountered: