Sha256: 3ebf8a9fc7e38f2a681dfab7bc77e99f97a6711bd65eedbaa3988c240b13496e
Contents?: true
Size: 246 Bytes
Versions: 11
Compression:
Stored size: 246 Bytes
Contents
module Resqutils # Marker module to explicitly indicate that a job should not retried. Useful when your app makes # heavy use of retries as a means to make it very clear a certain job should not be retried. module DoNotAutoRetry end end
Version data entries
11 entries across 11 versions & 1 rubygems