lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.52k stars 124 forks source link

Handle $deleteWhenMissingModels on JobDecorator #283

Closed patrickomeara closed 3 months ago

patrickomeara commented 3 months ago

This enables the user to configure the job using ->setDeleteWhenMissingModels() within configureJob() or by setting $jobDeleteWhenMissingModels = true

patrickomeara commented 3 months ago

Hey Loris! Yeah it's in L10 and L11. https://laravel.com/docs/10.x/queues#ignoring-missing-models https://laravel.com/docs/11.x/queues#ignoring-missing-models

Thanks for your hard work with this package.