RetryCause

Failure types that can be used with Retry.on.

External resources

Entries

Link copied to clipboard

Retry on any failure (default).

Link copied to clipboard

Retry when the failure reason is unknown.

Link copied to clipboard

Retry when the script failed or the runner failed to pull the Docker image.

Link copied to clipboard

Retry on API failure.

Link copied to clipboard

Retry when the job got stuck or timed out.

Link copied to clipboard

Retry if there is a runner system failure (for example, job setup failed).

Link copied to clipboard

Retry if the runner is unsupported.

Link copied to clipboard

Retry if a delayed job could not be executed.

Link copied to clipboard

Retry if the script exceeded the maximum execution time set for the job.

Link copied to clipboard

Retry if the job is archived and can't be run.

Link copied to clipboard

Retry if the job failed to complete prerequisite tasks.

Link copied to clipboard

Retry if the scheduler failed to assign the job to a runner.

Link copied to clipboard

Retry if there is an unknown job problem.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toYaml(): Yaml.Scalar.StringLiteral

Converts this object into a Yaml object.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.