Skip to content

Commit

Permalink
Merge pull request laravel#1011 from davedevelopment/patch-1
Browse files Browse the repository at this point in the history
Add note about SQS delay limit
  • Loading branch information
taylorotwell committed Jan 27, 2015
2 parents 89e0585 + ccaaae7 commit 918fcaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Sometimes you may wish to delay the execution of a queued job. For instance, you

In this example, we're using the [Carbon](https://github.com/briannesbitt/Carbon) date library to specify the delay we wish to assign to the job. Alternatively, you may pass the number of seconds you wish to delay as an integer.

> **Note:** The Amazon SQS service has a delay limit of 900 seconds (15 minutes).
#### Deleting A Processed Job

Once you have processed a job, it must be deleted from the queue, which can be done via the `delete` method on the `Job` instance:
Expand Down

0 comments on commit 918fcaf

Please sign in to comment.