---
title: enqueue.sidekiq
description: A job was enqueued to a Sidekiq queue.
url: https://docs.honeybadger.io/insights/event-types/ruby/enqueue.sidekiq/
---

A job was enqueued to a Sidekiq queue.

Source **Sidekiq** Category **Jobs** Fields **7** [honeybadger-ruby](https://docs.honeybadger.io/lib/ruby/)

## Fields

| 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

```json
{
  "event_type": "enqueue.sidekiq",
  "jid": "f8a1c2d3e4b5a6c7d8e9f0a1",
  "worker": "WelcomeEmailJob",
  "queue": "default",
  "request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01",
  "hostname": "web-1.example.com",
  "environment": "production"
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
