From aec688155a80f12b845ab97683dbc54fd8350bf7 Mon Sep 17 00:00:00 2001 From: "igor.petrenko" Date: Tue, 5 Nov 2024 07:45:14 +0200 Subject: [PATCH] Detecting timeouts when a service stops --- oap-application/README-application-configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 oap-application/README-application-configuration.md diff --git a/oap-application/README-application-configuration.md b/oap-application/README-application-configuration.md new file mode 100644 index 000000000..f93435ff3 --- /dev/null +++ b/oap-application/README-application-configuration.md @@ -0,0 +1,6 @@ ++ boot + + main - list of modules to start the system + ++ shutdown + + serviceTimeout - the time after which the warning will be issued + + serviceAsyncShutdownAfterTimeout - if the shutdown time exceeded **serviceTimeout**, the system proceeds to shutdown the next service.