Skip to content

Commit c240468

Browse files
committed
Minor rewords
1 parent 78ea193 commit c240468

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

messenger.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,8 @@ The transport has a number of options:
21322132
If ``true`` it logs all HTTP requests and responses (it impacts performance)
21332133

21342134
``delete_on_rejection`` (default: ``true``)
2135-
If ``false`` instead of deleting the message on reject it will instead change the visibility allowing SQS to handle retries.
2135+
If set to ``false``, the message will not be deleted when rejected. Instead,
2136+
its visibility will be changed so that SQS can handle retries
21362137

21372138
``endpoint`` (default: ``https://sqs.eu-west-1.amazonaws.com``)
21382139
Absolute URL to the SQS service
@@ -2153,7 +2154,8 @@ The transport has a number of options:
21532154
Name of the AWS region
21542155

21552156
``retry_delay`` (default: ``0``)
2156-
Only used when ``delete_on_rejection`` is set to ``false``. Defines the visibility timeout sent to SQS when a message is rejected.
2157+
Used only when ``delete_on_rejection`` is ``false``. Defines the visibility
2158+
timeout (in seconds) that SQS should apply when a message is rejected
21572159

21582160
``secret_key``
21592161
AWS secret key (must be urlencoded)

0 commit comments

Comments
 (0)