Runbooks
1) LDAP unavailable
Symptoms:
- LDAP login failures (
401), local login still works (if enabled) - health endpoint may show LDAP contributor issues in details
Actions:
- Validate LDAP URL/bind settings in runtime config.
- Verify network path and DNS from app runtime.
- Temporarily route users to Local auth if operational policy allows.
- Restore LDAP and validate with
/api/auth/ldap/login.
2) Stuck query executions
Symptoms:
- queued/running executions not progressing
- high
dwarvenpick_query_active{status="running"}for sustained period
Actions:
- Inspect query history and audit events for affected connection/user.
- Cancel stuck executions from UI/API.
- Verify connection connectivity and pool saturation.
- Confirm cleanup scheduler is active and retention cleanup logs appear.
- If service restart is required, graceful shutdown will cancel remaining in-flight queries.