RetryInput
An Input type of schedule retry.
input RetryInput {
Schedule: [ScheduleInput]
maxRetry: Int
}
Fields
RetryInput.Schedule ● [ScheduleInput] list input catalog-service
The schedule entries to apply for retry logic.
RetryInput.maxRetry ● Int scalar miscellaneous
The number of times to retry running the process.
Was this topic helpful?