There is a field you could set. You could look in JobConfig to see which enum value you could set for task retries. It allows you to set two types of delays - 1. before starting a task, and 2. delay between retries. These are static values and we don't support exponential backoff yet.
Hunter On Wed, Aug 19, 2020 at 1:50 PM DImuthu Upeksha <dimuthu.upeks...@gmail.com> wrote: > Hi folks, > > Is there a way to define time intervals between task retries or even to > provide exponential backoff intervals? > > Thanks > Dimuthu >