maxRetries property
Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF.
Defines the number of times the task will be retried if failed.
Implementation
core.int? maxRetries;
Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF.
Defines the number of times the task will be retried if failed.
core.int? maxRetries;