Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.plugin
/
PluginRecoveryPolicy
Plugin
Recovery
Policy
data
class
PluginRecoveryPolicy
(
val
maxRestarts
:
Int
=
5
,
val
baseBackoffMs
:
Long
=
250
,
val
maxBackoffMs
:
Long
=
5000
,
val
resetWindowMs
:
Long
=
60000
)
(
source
)
Members
Constructors
Plugin
Recovery
Policy
Link copied to clipboard
constructor
(
maxRestarts
:
Int
=
5
,
baseBackoffMs
:
Long
=
250
,
maxBackoffMs
:
Long
=
5000
,
resetWindowMs
:
Long
=
60000
)
Properties
base
Backoff
Ms
Link copied to clipboard
val
baseBackoffMs
:
Long
max
Backoff
Ms
Link copied to clipboard
val
maxBackoffMs
:
Long
max
Restarts
Link copied to clipboard
val
maxRestarts
:
Int
reset
Window
Ms
Link copied to clipboard
val
resetWindowMs
:
Long