Skip to content

Commit 6b59e9a

Browse files
Fix typo in readme.
1 parent dd35e4c commit 6b59e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Finally, by default, all queued jobs will use the deduplicator defined in the co
215215

216216
#### Delayed Jobs
217217

218-
SQS FIFO queues do not support per-message delays, only per-queue delays. The desired delay is defined on the queue itself when the queue is setup in the Amazon Console. Attempting to set a delay on a job sent to a FIFO queue will have no affect. In order to delay a job, you can `push()` the job to an SQS FIFO queue that has been defined with a delivery delay.
218+
SQS FIFO queues do not support per-message delays, only per-queue delays. The desired delay is defined on the queue itself when the queue is setup in the Amazon Console. Attempting to set a delay on a job sent to a FIFO queue will have no effect. In order to delay a job, you can `push()` the job to an SQS FIFO queue that has been defined with a delivery delay.
219219

220220
Since per-message delays are not supported, using the `later()` method to push a job to an SQS FIFO queue will throw a `BadMethodCallException` exception by default. However, this behavior can be changed using the `allow_delay` config option.
221221

0 commit comments

Comments
 (0)