Task Config
data class TaskConfig(val retry: Int? = 0, val backOffDelay: Int? = 0, val startDelay: Int? = 0, val timeout: Int? = null)
Constructors
Properties
Link copied to clipboard
If set will add a delay of milli seconds when trying to rerun task after failure if retry is set
Link copied to clipboard
If set will delay starting the task with the set milli seconds