RetryState

data class RetryState(val retries: Int, val retryAt: Long, val timeoutAt: Long, val nextRetryAt: Long)

Constructors

Link copied to clipboard
constructor(retries: Int, retryAt: Long, timeoutAt: Long, nextRetryAt: Long)

Properties

Link copied to clipboard

Timestamp of the next retry.

Link copied to clipboard

Number of attempts made so far.

Link copied to clipboard

Timestamp of the current attempt.

Link copied to clipboard

Execution timeout deadline.

Functions

Link copied to clipboard