---
title: oban.refresher_exception
description: Oban's refresher loop, which refreshes producer records and cleans up stale ones, raised an exception.
url: https://docs.honeybadger.io/insights/event-types/python/oban.refresher_exception/
---

Oban’s refresher loop, which refreshes producer records and cleans up stale ones, raised an exception.

Source **Oban** Category **Jobs** Fields **6** [honeybadger-python](https://docs.honeybadger.io/lib/python/)

## Fields

| Field           | Type   | Description                                                                                                                       |
| --------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------- |
| `event_type`    | string | Allowed value: `oban.refresher_exception`.                                                                                        |
| `loop`          | string | Name of the Oban maintenance loop that raised. Allowed value: `refresher`.                                                        |
| `event`         | string | The underlying Oban telemetry event name. Allowed values: `oban.refresher.refresh.exception`, `oban.refresher.cleanup.exception`. |
| `error_type`    | string | Exception class name.                                                                                                             |
| `error_message` | string | Exception message.                                                                                                                |
| `duration`      | number | Duration of the failed loop iteration in milliseconds.                                                                            |

## Example

```json
{
  "event_type": "oban.refresher_exception",
  "loop": "refresher",
  "event": "oban.refresher.refresh.exception",
  "error_type": "OperationalError",
  "error_message": "connection to server was lost",
  "duration": 3.1415
}
```

---

## 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/)
