Skip to content

Console

Everything under Quiote\Queue\Console.

ClassDescription
AbstractQueueFailedCommandShared plumbing for the queue:failed:* commands.
QueueFailedForgetCommandDeletes a dead-lettered job without retrying it.
QueueFailedListCommandLists jobs that exhausted their retries (see InspectableFailedJobStoreInterface).
QueueFailedRetryCommandRe-pushes a dead-lettered job and removes it from the failed store.
QueueWorkCommandPolls a persistent PollableQueueDriverInterface and processes jobs one at a time via QueueWorker.