module Resque::Failure

def self.url

The string url of the backend's web interface, if any.
def self.url
  backend.url
end