about summary refs log tree commit homepage
path: root/Documentation/yahns_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/yahns_config.txt')
-rw-r--r--Documentation/yahns_config.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/yahns_config.txt b/Documentation/yahns_config.txt
index db2634c..b49617b 100644
--- a/Documentation/yahns_config.txt
+++ b/Documentation/yahns_config.txt
@@ -419,6 +419,17 @@ Ruby it is running under.
 
     Default: uses the global, :default queue if none is specified
 
+* shutdown_timeout SECONDS
+
+    This defines the timeout for gracefully exiting the process if there
+    are still connected clients.  This should generally be higher or equal
+    to the app with the highest client_timeout value.
+
+    Increase this if your application has slow endpoints which may take
+    longer than the default timeout.
+
+    Default: max client_timeout value of all apps in the process
+
 * worker_processes INTEGER [&BLOCK]
 
     This directive allows yahns to use a master/worker configuration to