Waiting for engine...
Skip to main content

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.

On this Page