lorisleiva / laravel-actions

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

How to release job back into the queue? #259

Open rahmanramsi opened 10 months ago

rahmanramsi commented 10 months ago

In default laravel job, you can access use $this->release(60) method to release the job back into queue. How to do this in this package?

andresilvagomez commented 9 months ago

use InteractsWithQueue

use this trait