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
When changing one of the queue properties (VisibilityTimeout in this case) and running aws:sqs:create[force], this error is raised:
Aws::SQS::Errors::QueueAlreadyExists: A queue already exists with the same name and a different value for attribute VisibilityTimeout
Not sure if this is possible but rather than raising an error we should update the queue property instead in this case. Or maybe sending an additional argument telling it to update.
The text was updated successfully, but these errors were encountered:
When changing one of the queue properties (VisibilityTimeout in this case) and running
aws:sqs:create[force]
, this error is raised:Not sure if this is possible but rather than raising an error we should update the queue property instead in this case. Or maybe sending an additional argument telling it to update.
The text was updated successfully, but these errors were encountered: