Skip to content

Add delay or backoff or limit to prevent continual restarts #55

Description

@dylex

If for some reason the process immediately exits with non-zero exit code (often due to some failure condition or misconfiguration), it will be immediately restarted in a tight loop. This can load to high load and filling log files when things go wrong. It might be nice to either have some moderate delay before retrying, or a limit on how many time it can be restarted before giving up. Either of these could be configurable. The backoff logic used in ready wait could perhaps be reused somehow?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions