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
12 13 14 |
# File 'lib/ddtrace/workers/queue.rb', line 12 def perform(*args) super(*dequeue) if work_pending? end |