class Rage::Deferred::Metadata

def retrying?

Returns:
  • (Boolean) - `true` if this is a retry, `false` if this is the first run
def retrying?
  attempts > 1
end