onRetryScheduled

open fun onRetryScheduled(job: JobInfo, delayMillis: Long?)(source)

The worker asked to run again.

delayMillis says how far away the next attempt is, and is null on Android, where WorkManager owns the schedule and does not say when it will come back.