Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cron Monitoring] Better support for monitoring scheduled queue jobs #675

Open
cleptric opened this issue Apr 5, 2023 · 0 comments
Open
Assignees

Comments

@cleptric
Copy link
Member

cleptric commented Apr 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants