mirror of
https://github.com/symfony/amazon-sqs-messenger.git
synced 2026-03-23 23:12:09 +01:00
[Messenger] Allow configuring the service reset interval in the messenger:consume command via the --no-reset option
This commit is contained in:
@@ -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],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user