Skip to content

Commit

Permalink
Add note about SQS delay limit
Browse files Browse the repository at this point in the history
> The number of seconds (0 to 900 - 15 minutes) to delay a specific message.

- http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html
  • Loading branch information
davedevelopment committed Jan 6, 2015
1 parent e18889e commit ccaaae7
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 ccaaae7

Please sign in to comment.