File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments