class Puma::DSL
def worker_shutdown_timeout(timeout)
- See: Puma::Cluster::Worker#term -
Other tags:
- Note: - Cluster mode only.
def worker_shutdown_timeout(timeout) @options[:worker_shutdown_timeout] = Integer(timeout) end
def worker_shutdown_timeout(timeout) @options[:worker_shutdown_timeout] = Integer(timeout) end