1
0

schedule.rb 313 B

12345678
  1. #!/usr/bin/env ruby
  2. # This process is used to maintain Huginn's upkeep behavior, automatically running scheduled Agents and
  3. # periodically propagating and expiring Events. It's typically run via foreman and the included Procfile.
  4. require_relative './pre_runner_boot'
  5. AgentRunner.new(only: HuginnScheduler).run