We have a .NET service running 24/7 based on the library provided by LSEG, specifically Refinitiv.Data version 1.0.0-beta5. We have been getting such errors on daily basis, which cause the service to fail. We are using this example https://github.com/LSEG-API-Samples/Example.DataLibrary.DotNet/blob/main/src/3.%20Delivery/3.3-Queue/3.3.02-Queue-NewsStories/3.3.02-Queue-NewsStories.cs
Could you please tell us if we should change something / configure differently?
First there is a sequence of such warnings:
[WARN ] [107] [GrantPassword] RDP Grant Password Authorization failed with Status: "{
"HTTPStatusCode": 400,
"HTTPReason": "Bad Request",
"Contents": {
"error": "access_denied",
"error_description": "Session quota is reached."
}
}"
This happens every 30s for half an hour and are followed by an Exception:
[WARN ] [111]
[AWSSubscriber] AWSSubscriber failed to delete SQS message with ID:
b2a4b03e-d89b-4287-81ea-57be6cbb8c11.
Amazon.SQS.AmazonSQSException:
The security token included in the request is expired
--->
Amazon.Runtime.Internal.HttpErrorResponseException: Exception of type
'Amazon.Runtime.Internal.HttpErrorResponseException' was thrown.
at
Amazon.Runtime.HttpWebRequestMessage.GetResponseAsync(CancellationToken
cancellationToken)