Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shutdown): do not shutdown immediately busy backends (#3543)
* fix(shutdown): do not shutdown immediately busy backends Signed-off-by: Ettore Di Giacinto <[email protected]> * chore(refactor): avoid duplicate functions Signed-off-by: Ettore Di Giacinto <[email protected]> * fix: multiplicative backoff for shutdown (#3547) * multiplicative backoff for shutdown Rather than always retry every two seconds, back off the shutdown attempt rate? Signed-off-by: Dave <[email protected]> * Update loader.go Signed-off-by: Dave <[email protected]> * add clamp of 2 minutes Signed-off-by: Dave Lee <[email protected]> --------- Signed-off-by: Dave <[email protected]> Signed-off-by: Dave Lee <[email protected]> --------- Signed-off-by: Ettore Di Giacinto <[email protected]> Signed-off-by: Dave <[email protected]> Signed-off-by: Dave Lee <[email protected]> Co-authored-by: Dave <[email protected]>
- Loading branch information