The y42 build command now supports advanced retry configuration options with the addition of --retry-attempts, --retry-interval, --retry-attempts-model, --retry-interval-model, --retry-attempts-source, --retry-interval-source, --retry-attempts-seed and --retry-interval-seed.
These settings allow you to customize the retry logic across different asset types, either by specifying the number of retry attempts after a failure or defining the delay between retries—or both.
# Set retry attempts globally and override specifically for sources to retry 5 times every 10 minutes
y42 build --retry-attempts 2 --retry-attempts-source 5 --retry-interval-source 10