Class: Rage::Telemetry::Spans::EnqueueDeferredTask
- Inherits:
-
Object
- Object
- Rage::Telemetry::Spans::EnqueueDeferredTask
- Defined in:
- lib/rage/telemetry/spans/enqueue_deferred_task.rb
Overview
The deferred.task.enqueue span tracks the enqueuing of a deferred task.
This span is triggered when a deferred task is enqueued. See handle for the list of arguments passed to handler methods.
Class Method Summary collapse
Class Method Details
.handle(id:, name:, task_class:, task_context:) ⇒ Object
Note:
Rage automatically detects which parameters your handler method accepts and only passes those parameters. You can omit any of the parameters described here.
17 18 |
# File 'lib/rage/telemetry/spans/enqueue_deferred_task.rb', line 17 def handle(id:, name:, task_class:, task_context:) end |