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