toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
common
/
dev.ust.zinc.grader.model
/
Configuration
/
Docker
/
Dispatcher
/
Backoff
Backoff
data
class
Backoff
(
val
baseWaitTime
:
Int
,
val
maxRetries
:
Int
,
val
randOffset
:
Float
)
Members
Constructors
Backoff
Link copied to clipboard
constructor
(
baseWaitTime
:
Int
,
maxRetries
:
Int
,
randOffset
:
Float
)
Properties
base
Wait
Time
Link copied to clipboard
val
baseWaitTime
:
Int
max
Retries
Link copied to clipboard
val
maxRetries
:
Int
rand
Offset
Link copied to clipboard
val
randOffset
:
Float