Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Using the backoffLimit property#

Sumit Rawal answered on June 18, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • back4app objects

  • Using the backoffLimit property#

    0

    Things can go wrong, and a pod can fail. That could be because of an application error or because of a node failure while the pod is running.

    The goal of a Job is to ensure that a pod (or the number we defined in the completions property) finishes successfully. Because of this, when that doesn’t happen, it will try again. As we have seen before, depending on how we set the restartPolicy for this pod, it will either restart the pod in place (restartPolicy=OnFailure) or mark the pod as failed and start a new one (restartPolicy=Never).

    The Job will use an exponential back-off delay to retry running a pod; it has up to a limit of six times. We can override this limit by setting the backoffLimitproperty 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: using whatever
    Link to this answer
    Share Copy Link
    Contributed on Jun 18 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.