cleanup-strategy.exponential-delay.attempts |
infinite |
Integer |
The number of times a failed cleanup is retried if cleanup-strategy has been set to exponential-delay . Reaching the configured limit means that the job artifacts (and the job's JobResultStore entry) might need to be cleaned up manually. |
cleanup-strategy.exponential-delay.initial-backoff |
1 s |
Duration |
Starting duration between cleanup retries if cleanup-strategy has been set to exponential-delay . It can be specified using the following notation: "1 min", "20 s" |
cleanup-strategy.exponential-delay.max-backoff |
1 h |
Duration |
The highest possible duration between cleanup retries if cleanup-strategy has been set to exponential-delay . It can be specified using the following notation: "1 min", "20 s" |