PluginRecoveryPolicy

data class PluginRecoveryPolicy(val maxRestarts: Int = 5, val baseBackoffMs: Long = 250, val maxBackoffMs: Long = 5000, val resetWindowMs: Long = 60000)(source)

Constructors

Link copied to clipboard
constructor(maxRestarts: Int = 5, baseBackoffMs: Long = 250, maxBackoffMs: Long = 5000, resetWindowMs: Long = 60000)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard