[Messenger] Allow configuring the service reset interval in the messenger:consume command via the --no-reset option

This commit is contained in:
Nicolas Grekas
2026-03-15 19:24:04 +01:00
parent ffb12b47cc
commit acafeba6d7

View File

@@ -302,7 +302,7 @@ class ConnectionTest extends TestCase
'WaitTimeSeconds' => 20]], $firstResult],
[[['QueueUrl' => 'https://sqs.us-east-2.amazonaws.com/123456789012/MyQueue',
'VisibilityTimeout' => null,
'MaxNumberOfMessages' => 12,
'MaxNumberOfMessages' => 10,
'MessageAttributeNames' => ['All'],
'WaitTimeSeconds' => 20]], $secondResult],
];