Module: Datadog::Contrib::Resque
- Defined in:
- lib/ddtrace/contrib/resque/patcher.rb,
lib/ddtrace/contrib/resque/resque_job.rb
Overview
Namespace for ‘resque` integration
Defined Under Namespace
Constant Summary collapse
- SERVICE =
'resque'.freeze
Class Attribute Summary collapse
-
.sync_writer ⇒ Object
Globally-acccesible reference for pre-forking optimization.
Class Attribute Details
.sync_writer ⇒ Object
Globally-acccesible reference for pre-forking optimization
9 10 11 |
# File 'lib/ddtrace/contrib/resque/patcher.rb', line 9 def sync_writer @sync_writer end |