Ilnur Garifullin
06/25/2022, 6:43 AMCameron Gallivan
06/25/2022, 9:31 AMIlnur Garifullin
06/25/2022, 10:22 AMRetryRequested(max_retry_attempts, seconds_to_wait)
exception in the documentation, but sadly, this doesn’t kill the underlying k8s pod, the sleep just goes to a higher level..spec.backoffLimit
option of the k8s job. It will restart the job eventually every 6 minutes (max value, unconfigurable) until .spec.backoffLimit
is reached, after that the job is considered failed.
Not sure, if devops guys will be happy about that 😄Cameron Gallivan
06/25/2022, 1:36 PMStephen Bailey
06/26/2022, 6:42 PM