Waiting for engine...
Skip to main content

Retry

Retry type.

type Retry {
schedule: [Schedule]
maxRetry: Int
}

Fields

Retry.schedule ● [Schedule] list object catalog-service

The schedule to be retried.

Retry.maxRetry ● Int scalar miscellaneous

The number of times to retry to run the process.

Member Of

ProcessSchedules object

On this Page