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
It's misleading because if visibilityTimeout is not overriden to None we can't use the value configured globally on the queue. And since it has a default value, it's easy to forget that this field has been set.
It's misleading because if
visibilityTimeout
is not overriden toNone
we can't use the value configured globally on the queue. And since it has a default value, it's easy to forget that this field has been set.I think it will avoid some future suprises if
visibilityTimeout
is set toNone
→ https://github.com/zio/zio-sqs/blob/master/src/main/scala/zio/sqs/SqsStreamSettings.scala#L9Especially
visibilityTimeout
has a value of30
which is the AWS default value so it doesn't provides much value.The other default values are fine to me because they affect only the consumer behaviour.
The text was updated successfully, but these errors were encountered: