You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting receive-timeout when launching consume command does not work anymore for SQS consumer.
The SqsContext::createSubscriptionConsumer() method throws a SubscriptionConsumerNotSupportedException exception which leads to the FallbackSubscriptionConsumer::consume() method being called, and receiveNoWait() is called on the SqsConsumer
This make the AWS bill very high.
The text was updated successfully, but these errors were encountered:
Setting receive-timeout when launching consume command does not work anymore for SQS consumer.
The
SqsContext::createSubscriptionConsumer()
method throws aSubscriptionConsumerNotSupportedException
exception which leads to theFallbackSubscriptionConsumer::consume()
method being called, andreceiveNoWait()
is called on theSqsConsumer
This make the AWS bill very high.
The text was updated successfully, but these errors were encountered: