Skip to content

oban.stager_exception

View Markdown

Oban’s stager loop, which moves scheduled jobs to available, raised an exception.

Source Oban Category Jobs Fields 6 honeybadger-python

Fields

6
FieldTypeDescription
event_typestringAllowed value: oban.stager_exception.
loopstringName of the Oban maintenance loop that raised. Allowed value: stager.
eventstringThe underlying Oban telemetry event name. Allowed values: oban.stager.stage.exception.
error_typestringException class name.
error_messagestringException message.
durationnumberDuration of the failed loop iteration in milliseconds.

Example

{
"event_type": "oban.stager_exception",
"loop": "stager",
"event": "oban.stager.stage.exception",
"error_type": "OperationalError",
"error_message": "connection to server was lost",
"duration": 3.1415
}