any change we can change the `restartPolicy` in `d...
# 🤖|ask-kapa
w
@microscopic-river-74022 any change we can change the
restartPolicy
in
deploy.container
to
OnFailure
instead of
Always
?
m
Please stand by @witty-pilot-66879 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- I'm sorry, but based on the provided knowledge sources, there is no direct information about changing the
restartPolicy
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: ----------------------
message has been deleted