Module: Datadog::Workers::Queue::PrependedMethods

Defined in:
lib/ddtrace/workers/queue.rb

Overview

Methods that must be prepended

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



13
14
15
# File 'lib/ddtrace/workers/queue.rb', line 13

def perform(*args)
  super(*dequeue) if work_pending?
end