Skip to content

enqueue.sidekiq

View Markdown

A job was enqueued to a Sidekiq queue.

Source Sidekiq Category Jobs Fields 7 honeybadger-ruby

Fields

7
FieldTypeDescription
event_typestringAllowed value: enqueue.sidekiq.
jidstringSidekiq job ID.
workerstringWorker class name.
queuestringQueue the job was pushed to.
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": "enqueue.sidekiq",
"jid": "f8a1c2d3e4b5a6c7d8e9f0a1",
"worker": "WelcomeEmailJob",
"queue": "default",
"request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01",
"hostname": "web-1.example.com",
"environment": "production"
}