tobytwigger / laravel-job-status

The only Laravel job debugging tool you'll ever need
https://tobytwigger.github.io/laravel-job-status
MIT License
19 stars 2 forks source link

Fix issue with jobs overlapping at scale #81

Closed tobytwigger closed 1 year ago

tobytwigger commented 1 year ago

At scale, we start seeing jobs being left on started, which is caused when a job starts to run before that one is wrapped up. This PR specifies job id accurately and lets it be null, therefore ensuring we properly find the job ID