Sha256: 6af86445a9ab0cfadb6ef7dd2f98033ae36bbf56238d8e87f594463d25bc35a1

Contents?: true

Size: 152 Bytes

Versions: 6

Compression:

Stored size: 152 Bytes

Contents

require 'tracebin/timer'

module Tracebin
  class BackgroundTimer < ::Tracebin::Timer
    def transaction_type
      'background_job'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tracebin-0.0.13 lib/tracebin/background_timer.rb
tracebin-0.0.12 lib/tracebin/background_timer.rb
tracebin-0.0.11 lib/tracebin/background_timer.rb
tracebin-0.0.10 lib/tracebin/background_timer.rb
tracebin-0.0.9 lib/tracebin/background_timer.rb
tracebin-0.0.8 lib/tracebin/background_timer.rb