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:
1342
1342
``auto_setup `` Whether the queue should be created ``true ``
1343
1343
automatically during send / get.
1344
1344
``buffer_size `` Number of messages to prefetch 9
1345
+ ``debug `` If ``true `` it logs all HTTP requests ``false ``
1346
+ and responses (it impacts performance)
1345
1347
``endpoint `` Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
1346
1348
``poll_timeout `` Wait for new message duration in 0.1
1347
1349
seconds
@@ -1353,6 +1355,10 @@ The transport has a number of options:
1353
1355
``wait_time `` `Long polling `_ duration in seconds 20
1354
1356
====================== ====================================== ===================================
1355
1357
1358
+ .. versionadded :: 5.3
1359
+
1360
+ The ``debug `` option was introduced in Symfony 5.3.
1361
+
1356
1362
.. note ::
1357
1363
1358
1364
The ``wait_time `` parameter defines the maximum duration Amazon SQS should
You can’t perform that action at this time.
0 commit comments