Skip to content

retry_stopped.active_job

View Markdown

An Active Job job stopped retrying after too many failed attempts.

Source Active Job Category Jobs Fields 10 honeybadger-ruby

Fields

10
FieldTypeDescription
event_typestringAllowed value: retry_stopped.active_job.
job_classstringActiveJob class name.
job_idstringUnique job identifier.
queue_namestringQueue the job is on.
adapter_classstringActiveJob adapter class, e.g. "SidekiqAdapter".
durationnumberDuration in milliseconds.
instrumenter_idstringRails ActiveSupport::Notifications instrumenter UUID.
request_idstringRails request UUID from the active web request context, if any. Merged globally by the Honeybadger agent.
hostnamestringServer hostname. Attached to every event by default (events.attach_hostname).
environmentstringApplication environment, e.g. "production". Attached to every event by default (events.attach_environment).

Example

{
"event_type": "retry_stopped.active_job",
"job_class": "SyncInventoryJob",
"job_id": "c2e3f4a5-6b7c-4d8e-9f0a-1b2c3d4e5f6a",
"queue_name": "default",
"adapter_class": "ActiveJob::QueueAdapters::SidekiqAdapter",
"duration": 1.05,
"instrumenter_id": "d6a5b3f4c2e1908a7b6c",
"request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01",
"hostname": "worker-1.example.com",
"environment": "production"
}