From 6a526b9471241157349f07787d528af8e5ffe0f1 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Fri, 12 Jan 2024 14:15:13 +0530 Subject: [PATCH] chore: typo 1 + 2 + 3 would be total of 6 seconds of wait --- docs/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subprocess.rst b/docs/subprocess.rst index 15ad25273..5a6b46713 100644 --- a/docs/subprocess.rst +++ b/docs/subprocess.rst @@ -263,7 +263,7 @@ exceeded the maximum, at which point it will transition to the So if you set ``startretries=3``, :program:`supervisord` will wait one, two and then three seconds between each restart attempt, for a total of - 5 seconds. + 6 seconds. When a process is in the ``EXITED`` state, it will automatically restart: