agent_runner.rb 349 B

123456789
  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 also running TwitterStreamAgents and Agents that support long running
  4. # background jobs.
  5. require_relative './pre_runner_boot'
  6. AgentRunner.new(except: DelayedJobWorker).run