class Puma::DSL

def worker_shutdown_timeout(timeout)

Other tags:
    See: Puma::Cluster::Worker#term -

Other tags:
    Note: - Cluster mode only.
def worker_shutdown_timeout(timeout)
  @options[:worker_shutdown_timeout] = Integer(timeout)
end