with_ecs_retry: Retry ECS operations

View source: R/aws-retry.R

with_ecs_retryR Documentation

Retry ECS operations

Description

Specialized wrapper for ECS operations with ECS-specific retry patterns

Usage

with_ecs_retry(expr, max_attempts = 3, operation_name = "ECS operation")

Arguments

expr

Expression to evaluate (AWS API call)

max_attempts

Maximum retry attempts (default: 3)

operation_name

Optional name for logging (default: "AWS operation")


starburst documentation built on March 19, 2026, 5:08 p.m.