Skip to content

Better support for monitoring scheduled queue jobs #675

Open
@cleptric

Description

@cleptric

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions