Skip to content

Commit

Permalink
Detecting timeouts when a service stops
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxina committed Nov 5, 2024
1 parent aec6881 commit 2c7cca4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions oap-application/README-application-configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+ boot
+ main - list of modules to start the system
+ _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.
+ _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.

0 comments on commit 2c7cca4

Please sign in to comment.