ApplyRetrySpec

data class ApplyRetrySpec(val id: String, val maxRetries: Int, val minBackoff: Int, val executionTimeout: Int) : Identifier, IRetrySpec

Constructors

Link copied to clipboard
constructor(id: String, maxRetries: Int, minBackoff: Int, executionTimeout: Int)

Properties

Link copied to clipboard
open override val executionTimeout: Int

执行超时时间

Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val maxRetries: Int

最大重试次数

Link copied to clipboard
open override val minBackoff: Int

the minimum Duration for the first backoff

Functions

Link copied to clipboard