Job Request
A unit of background work handed to Jabbit.enqueue.
Build requests with oneTimeJob and periodicJob, which take the JobType of the job and the payload it should run with.
Inheritors
Types
Properties
Link copied to clipboard
Delay applied to the first retry.
Link copied to clipboard
backoffDelay in milliseconds, for callers without kotlin.time.Duration.
Link copied to clipboard
How the retry delay grows between attempts.
Link copied to clipboard
Device conditions required before the job may run.
Link copied to clipboard
Delay before the first run.
Link copied to clipboard
initialDelay in milliseconds, for callers without kotlin.time.Duration.
Link copied to clipboard
How many times the job may be started before it is given up on.