witty-pilot-66879
10/11/2024, 10:39 PMrestartPolicy
in deploy.container
to OnFailure
instead of Always
?microscopic-river-74022
10/11/2024, 10:39 PMmicroscopic-river-74022
10/11/2024, 10:40 PMrestartPolicy
to OnFailure
in deploy.container
. The available information is about the localMode.restart
configuration which specifies the restarting policy for the local application. By default, the local application will be restarting infinitely with 1000ms between attempts. The default value is {"delayMsec":1000,"max":null}
and it's not required to be set.
For more specific information about restartPolicy
, I would recommend checking the official Garden documentation or reaching out to the Garden community for more detailed guidance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
10/11/2024, 10:40 PM