Skip to content

Instantly share code, notes, and snippets.

@yicr
Last active September 9, 2021 06:43
Show Gist options
  • Save yicr/44ab617a8239561fb95d151f9a2469f2 to your computer and use it in GitHub Desktop.
Save yicr/44ab617a8239561fb95d151f9a2469f2 to your computer and use it in GitHub Desktop.
"Retry": [
  {
    "ErrorEquals": [
      //"States.TimeOut",
      "ECS.ServerException",
      "ECS.AmazonECSException",
      "ECS.SdkClientException"
    ],
    "IntervalSeconds": 1,
    "BackoffRate": 2,
    "MaxAttempts": 3
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment