class Conveyor::Orchestrator
- Conveyor::Orchestrator
- Reference
- Object
Defined in:
orchestrator.crConstructors
Instance Method Summary
- #clear_queues!
- #on_error(&on_error : ::Exception -> Nil) : self
- #schedule(&) : Nil
- #start
- #stats
- #stop
Constructor Detail
def self.new(configuration config : Conveyor::Configuration = CONFIG, log : Log = Log.for("conveyor"))
#