aws-samples / aws-samples/resource-autotagger

Retry for TagResourcesCommand

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
11
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Hi, We encountered an intermittent failure with `TagResourcesCommand`.
Implementing a retry mechanism resolved this issue.

```
{
'$metadata': {
httpStatusCode: 200,
requestId: '82d96bd3-4164-44f9-bc64-169a97319323',
extendedRequestId: undefined,
cfId: undefined,
attempts: 1,
totalRetryDelay: 0
},
FailedResourcesMap: {
'arn:aws:elasticache:ap-northeast-1:xxxx:replicationgroup:my-valkey': {
ErrorCode: 'InvalidReplicationGroupState',
ErrorMessage: 'Cluster not in available state to perform tagging operations.',
StatusCode: 400
}
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.