Console
Everything under Quiote\Queue\Console.
Classes
Section titled “Classes”| Class | Description |
|---|---|
AbstractQueueFailedCommand | Shared plumbing for the queue:failed:* commands. |
QueueFailedForgetCommand | Deletes a dead-lettered job without retrying it. |
QueueFailedListCommand | Lists jobs that exhausted their retries (see InspectableFailedJobStoreInterface). |
QueueFailedRetryCommand | Re-pushes a dead-lettered job and removes it from the failed store. |
QueueWorkCommand | Polls a persistent PollableQueueDriverInterface and processes jobs one at a time via QueueWorker. |