LinearCountingRetryPolicy

class LinearCountingRetryPolicy(retryAttempts: Int, delayBetweenAttemptsInMs: Int) : HeadlessJsTaskRetryPolicy

Constructors

Link copied to clipboard
constructor(retryAttempts: Int, delayBetweenAttemptsInMs: Int)

Properties

Link copied to clipboard
open override val delay: Int

Functions

Link copied to clipboard
open override fun canRetry(): Boolean
Link copied to clipboard
open override fun copy(): HeadlessJsTaskRetryPolicy
Link copied to clipboard
open override fun update(): HeadlessJsTaskRetryPolicy