Skip to content

Instantly share code, notes, and snippets.

@nimzco
Created October 15, 2013 10:55
Show Gist options
  • Save nimzco/6989865 to your computer and use it in GitHub Desktop.
Save nimzco/6989865 to your computer and use it in GitHub Desktop.
HireFire::Resource.configure do |config|
config.dyno(:worker) do
HireFire::Macro::Delayed::Job.queue('worker', mapper: :active_record)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment