Method: Puma::SdNotify.status

Defined in:
lib/puma/sd_notify.rb

.status(status, unset_env = false) ⇒ Object

Parameters:

  • status (String)

    a custom status string that describes the current state of the service



66
67
68
# File 'lib/puma/sd_notify.rb', line 66

def self.status(status, unset_env=false)
  notify("#{STATUS}#{status}", unset_env)
end