Connection, Queue & Delay
You can configure a global delay, connection and queue that will apply to all jobs in the haystack. You can also provide a per-job configuration if you would prefer.
Delay
You can use the withDelay
method to apply a global delay to every job.
Connection
You can use the onConnection
method to use a given connection for every job.
Queue
You can use the onQueue
method to use a given queue for every job.
Custom Delay, Connection, Queue Per Job
You can also choose to use a different delay, connection or queue for every job!
If you have already configured the job with delay, connection or queue, it will use that configuration.
Last updated