Class Rudy::Routines::Shutdown
In: lib/rudy/routines/shutdown.rb
Parent: Rudy::Routines::Base

Methods

Public Instance methods

Startup routines run in the following order:

  • before dependencies
  • all other actions (except after_local)
  • Shutdown instances
  • after_local (if present)
  • after dependencies

Called by generic_machine_runner

[Validate]