Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc240468

Browse files
committed
Minor rewords
1 parent78ea193 commitc240468

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)

[8]ページ先頭

©2009-2025 Movatter.jp