Sha256: 236b98a4ac741b493c7e0e2b8edc677ff21acd75008ec5c4baea1f4b6b86c900
Contents?: true
Size: 200 Bytes
Versions: 6
Compression:
Stored size: 200 Bytes
Contents
class RetriesStandardErrorJob include Resque::Integration retries temporary: true, exceptions: [StandardError] queue :test_retries def self.execute DummyForRetriesService.call end end
Version data entries
6 entries across 6 versions & 1 rubygems