Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maxbackoff and backoffincrement options #1626

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Feb 28, 2024

  1. Add maxbackoff and backoffincrement options

    * maxbackoff - the maximum number of seconds that supervisor will
      backoff before restart
    
    * backoffincrement - the number of seconds to add to the backoff after
      each retry
    cdelguercio committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    40a9af2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89882f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6709e3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d43bd74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5bc1ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa4b5f6 View commit details
    Browse the repository at this point in the history