I have a Java spring-boot app deployed over Azure app service. Whenever I stop app service the spring-boot app does not stop in graceful manner. Can you please suggest a way to stop the spring-boot app in graceful way ?
Is there way to gracefully stop the spring-boot app in Azure app service after stopping app service?
Asked
Active
Viewed 117 times
1
-
Please explore graceful shutdown hook. Also try to add some code snippets and relevant logs to get better help. – Arun Xavier Jun 23 '21 at 18:10