Closed galvesribeiro closed 3 weeks ago
Couple questions for some more context.
What AWS operation or series of operations are you calling that triggers this?
What version of the API are you on?
Hello!
This is because handler of the message takes more than 30s to process it. Since the processing is running without a problem (i.e. no error was thrown to the SDK), the SDK call the change visibility to extend the amount of time that the message is not visible to other consumers.
You can see here more details on how it behave: https://github.com/awslabs/aws-dotnet-messaging/blob/0541a95355918657c2c0255889a6804b3145074c/docs/docs/design/message-visibility-timeout-handling.md
We are using latest version of their package so I would assume they are using the latest version of the API, whatever it is.
Sorry, that's not quite what I was asking for. I'm trying to get a full picture of what the context is and what GoAws is going through when it gives you a bad request.
So:
Are there a series of operations you're trying to do, or is it just the ChangeMessageVisibility? Example: are you creating queues, topics, subscriptions, and then changing the visibility or what?
What version of GoAws are you using?
@galvesribeiro Going to close this down for now, since I haven't heard from you in a bit. Let me know if you're still having trouble with the new versions and we can reopen it. Thanks.
Hello!
We are getting the following exception while using AWS Messaging SDK for .Net:
That apparently happens when that SDK tries to use the ChangeMessageVisibility API internally. We have no way to control it as it happens internally on this SDK nor can I find any logs on the output of
goaws
that could lead us to any clues.Do you guys know if this is actually implemented on
goaws
and if there is a know issue on this?Thanks!