livepeer/go-livepeer

Graceful shutdown for Orchestrators

Open

#2,464 opened on Jun 15, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (223 forks)auto 404
area: orchestrator QoLgood first issuestatus: backlogtype: enhancement

Repository metrics

Stars
 (583 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Orchestrators can't currently shut down without breaking active sessions

Describe the solution you'd like CLI option to tell an O to stop accepting new sessions and to shut itself down cleanly when current sessions have finished

Describe alternatives you've considered Ideally this will happen automatically as part of a broader node upgrade automation, but this is a good first iteration.

Contributor guide