diff --git a/queues.md b/queues.md index a324913faf..bb2d90f91a 100644 --- a/queues.md +++ b/queues.md @@ -761,6 +761,10 @@ If you would like to specify that a job should not be immediately available for } } +In some cases, jobs may have a default delay configured. If you need to bypass this delay and dispatch a job for immediate processing, you may use the `withoutDelay` method: + + ProcessPodcast::dispatch($podcast)->withoutDelay(); + > [!WARNING] > The Amazon SQS queue service has a maximum delay time of 15 minutes.