Open
Description
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.