Running processors in development

export OMA_ENV=development; bundle exec resque work -q 'automation_pipeline.agent_receive' -r lib/oma-processors.rb -g

where 'automation_pipeline.agent_receive' is the queue you want. You can run all of them using *.

Last updated