with_ecr_retry: Retry ECR operations

View source: R/aws-retry.R

with_ecr_retryR Documentation

Retry ECR operations

Description

Specialized wrapper for ECR operations with ECR-specific retry patterns

Usage

with_ecr_retry(expr, max_attempts = 3, operation_name = "ECR 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 July 23, 2026, 1:07 a.m.