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
@jakedevar - I can do this if you dont have capacity, just a minor modification to the data aggregator code when writing to timestream. This is to lessen the chance that throttling error is encountered by timestream - so we artificially increase the write client retries
@jakedevar - I can do this if you dont have capacity, just a minor modification to the data aggregator code when writing to timestream. This is to lessen the chance that throttling error is encountered by timestream - so we artificially increase the write client retries
Previous code:
New code in
constellation-container-src/constellation-data-aggregator/services/writeToTimeStream.js
Reference: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-timestream-query/interfaces/timestreamqueryclientconfig.html
Note: Without true
ThrottlingException
handling, this is only a temporary measure https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-timestream-write/classes/throttlingexception.htmlThe text was updated successfully, but these errors were encountered: