enqueue.sidekiq
A job was enqueued to a Sidekiq queue.
Fields
7| Field | Type | Description |
|---|---|---|
event_type | string | Allowed value: enqueue.sidekiq. |
jid | string | Sidekiq job ID. |
worker | string | Worker class name. |
queue | string | Queue the job was pushed to. |
request_id | string | Rails request UUID from the active web request context, if any. Merged globally by the Honeybadger agent. |
hostname | string | Server hostname. Attached to every event by default (events.attach_hostname). |
environment | string | Application 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"}