Module: Async::Cron::Environment::Scheduler
- Defined in:
- lib/async/cron/environment/scheduler.rb
Overview
Provides an environment for hosting a web application that uses a Falcon server.
Instance Method Summary collapse
- #container_options ⇒ Object
- #name ⇒ Object
- #scheduler ⇒ Object
-
#service_class ⇒ Object
The service class to use for the proxy.
Instance Method Details
#container_options ⇒ Object
28 29 30 |
# File 'lib/async/cron/environment/scheduler.rb', line 28 def {count: 1} end |
#name ⇒ Object
14 15 16 |
# File 'lib/async/cron/environment/scheduler.rb', line 14 def name super || "scheduler" end |