diff --git a/queues.md b/queues.md index ea99a89c0f..4c4926add0 100644 --- a/queues.md +++ b/queues.md @@ -795,6 +795,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.