Sha256: ef002dc873d69889a4aea649bcb61690cd7c58dc345a3c94abc15864911e8a97

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

::Delayed::Worker.lifecycle.around(:invoke_job) do |job, *args, &block|
  begin
    block.call(job, *args)
  rescue Exception => e
    ::RuntimeerrorNotifier::Notifier.notification({ job: job, args: args }, e)
    raise
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
runtimeerror_notifier-0.0.22 lib/runtimeerror_notifier/delayed_job.rb