InteractsWithQueue
trait InteractsWithQueue (View source)
Methods
| int | attempts() Get the number of times the job has been attempted. | |
| void | delete() Delete the job from the queue. | |
| void | fail() Fail the job from the queue. | |
| void | release(int $delay) Release the job back into the queue. | |
| $this | setJob(Job $job) Set the base queue job instance. |
Please login to continue.