Open nlivingstone opened 2 months ago
I'm also waiting for a v2 release 🙏
hey yall 👋 I did not had the time to finish the what's needed to release a v2 yet. Been working on other projects for a while. I'll see if I can make it happen within a month.
Alright, I worked on it this weekend and decided on a few things:
ShouldBeUnique
interface and are not queued by laravel. They will remain in the database with the status of created
.Trackable
trait. You'll have to extend your job from the TracableJob
class in order to add tracking behaviorlet me know what yall think. I'll probably release v2 this week.
Is v2 pre release? The docs website leads me to believe that v2 has been released. However in order to install v2 I must
composer require mateusjunges/laravel-trackable-jobs:dev-master
Thanks in advance.