Module: Falcon::Environment::Supervisor
- Includes:
- Async::Container::Supervisor::Environment
- Defined in:
- lib/falcon/environment/supervisor.rb
Overview
Provides an environment for hosting a supervisor which can monitor multiple applications.
Instance Method Summary collapse
Instance Method Details
#monitors ⇒ Object
16 17 18 |
# File 'lib/falcon/environment/supervisor.rb', line 16 def monitors [Async::Container::Supervisor::MemoryMonitor.new(interval: 10)] end |