887 B
887 B
title, category, error_codes, severity, owner, last_updated, status
| title | category | error_codes | severity | owner | last_updated | status | |
|---|---|---|---|---|---|---|---|
| Runbook — ADAPTER_DISABLED (런타임 어댑터 비활성화 호출) | INTERNAL |
|
P2 | oncall | 2026-06-15 | stub |
Runbook: ADAPTER_DISABLED (runbook://adapter/adapter-disabled)
Symptoms
- HTTP 500 with
error.code=ADAPTER_DISABLED - Code invoked an optional adapter (Kafka/Redis/Slack/Email) that is disabled in this deployment
Diagnosis
- Check adapter name in log (
adapter_namefield) - Review deployment config — which optional adapters are enabled?
Action
- Enable the adapter in deployment configuration (env flag)
- Or update application logic to skip disabled-adapter paths
Escalation
- Escalate to deployment team if adapter should be enabled but isn't
Stub: Phase D2 — author body after domain adoption. (feature-operational-runbook-contract D9)