class Resque::Worker

def failed!

Tells Redis we've failed a job.
def failed!
  Stat << "failed"
  Stat << "failed:#{self}"
end