mateusjunges / trackable-jobs-for-laravel

This package allows you to easily track your laravel jobs!
https://mateusjunges.com
MIT License
280 stars 16 forks source link

Feature request: Job ID (uuid) in trackable_jobs table #37

Closed DimaVIII closed 9 months ago

DimaVIII commented 2 years ago

To implement features like a 'job retry' button it will be very useful to have the job uuid in trackable_jobs table.

mateusjunges commented 9 months ago

I think this PR https://github.com/mateusjunges/trackable-jobs-for-laravel/pull/46 fixes this