Sha256: cf0398a676ac98970c91e6c5113352d28574256b3f186b4052b90994b5fb1861
Contents?: true
Size: 225 Bytes
Versions: 9
Compression:
Stored size: 225 Bytes
Contents
# frozen_string_literal: true Isolator.isolate :resque, target: Resque.singleton_class, method_name: :enqueue, exception_class: Isolator::BackgroundJobError, details_message: ->(_obj, args) { args.join(", ") }
Version data entries
9 entries across 9 versions & 1 rubygems