Skip to content

Commit b7673c3

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Minor rewords fix(documentation): reorder service id on target attribute [Messenger] Document `delete_on_rejection` and `retry_delay` options for SQS
2 parents 12842b6 + 7cb6fac commit b7673c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

messenger.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,10 @@ The transport has a number of options:
17691769
``debug`` (default: ``false``)
17701770
If ``true`` it logs all HTTP requests and responses (it impacts performance)
17711771

1772+
``delete_on_rejection`` (default: ``true``)
1773+
If set to ``false``, the message will not be deleted when rejected. Instead,
1774+
its visibility will be changed so that SQS can handle retries
1775+
17721776
``endpoint`` (default: ``https://sqs.eu-west-1.amazonaws.com``)
17731777
Absolute URL to the SQS service
17741778

@@ -1787,6 +1791,10 @@ The transport has a number of options:
17871791
``region`` (default: ``eu-west-1``)
17881792
Name of the AWS region
17891793

1794+
``retry_delay`` (default: ``0``)
1795+
Used only when ``delete_on_rejection`` is ``false``. Defines the visibility
1796+
timeout (in seconds) that SQS should apply when a message is rejected
1797+
17901798
``secret_key``
17911799
AWS secret key (must be urlencoded)
17921800

0 commit comments

Comments
 (0)