Skip to content

Commit a6f97ce

Browse files
javiereguiluzOskarStark
authored andcommitted
[Messenger] Document the debug option of Amazon SQS
1 parent 3d022eb commit a6f97ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,8 @@ The transport has a number of options:
13421342
``auto_setup`` Whether the queue should be created ``true``
13431343
automatically during send / get.
13441344
``buffer_size`` Number of messages to prefetch 9
1345+
``debug`` If ``true`` it logs all HTTP requests ``false``
1346+
and responses (it impacts performance)
13451347
``endpoint`` Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
13461348
``poll_timeout`` Wait for new message duration in 0.1
13471349
seconds
@@ -1353,6 +1355,10 @@ The transport has a number of options:
13531355
``wait_time`` `Long polling`_ duration in seconds 20
13541356
====================== ====================================== ===================================
13551357

1358+
.. versionadded:: 5.3
1359+
1360+
The ``debug`` option was introduced in Symfony 5.3.
1361+
13561362
.. note::
13571363

13581364
The ``wait_time`` parameter defines the maximum duration Amazon SQS should

0 commit comments

Comments
 (0)