Skip to content

Instantly share code, notes, and snippets.

@ang3lkar
Created June 29, 2016 10:37
Show Gist options
  • Save ang3lkar/81c57f3bb1876862706eee513ff1f70f to your computer and use it in GitHub Desktop.
Save ang3lkar/81c57f3bb1876862706eee513ff1f70f to your computer and use it in GitHub Desktop.
Failed Delayed::Job runner
djs.each do |dj|
begin
dj.invoke_job
# h = YAML.load(dj.handler)
# puts "Processed dj #{dj.id}"
dj.destroy
''
rescue => e
# ha = YAML.load(dj.handler)
puts "dj_id: #{dj.id}"
end
end [0]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment