Created
June 29, 2016 10:37
-
-
Save ang3lkar/81c57f3bb1876862706eee513ff1f70f to your computer and use it in GitHub Desktop.
Failed Delayed::Job runner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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