Skip to content

Add worker auto-respawning with max tries #2

Description

@rauchg
  • Option to ensure that if a worker dies it tries to respawn immediately ?
  • Option to ensure number of active workers always stays at numWorkers or above ?
  • Option to ensure that there's always at least one worker alive and otherwise respawn ?
  • When respawning, if worker fails to listen within certain timeout, retry ?
  • Have a retry threshold to avoid overload ?
  • When respawning, if worker dies shortly after listening, consider it an unsuccessful respawn and try ? This means it would still be captured by the retry threshold and you can't get into an endless cycle of considering the worker spawned, then dying shortly after listening, then triggering reload, ad infinitum.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions