Dispatcher Runtime Incident Response (Cloud)
Investigate cloud runtime incidents involving the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration with an evidence-first workflow.
Variant Scope
- This skill is cloud-service-only.
- Scope is fixed by this skill directory; do not ask the user to choose deployment variant.
MCP Tool Contract
Use only these Dispatcher MCP tools:
monitor_metricstail_logstrace_requestinspect_cachevalidatelintsdk
Workflow
- Quantify impact (
monitor_metrics). - Classify whether issue belongs to Dispatcher layer or CDN/edge layer using cloud guardrails, including reserved probe-path behavior.
- Gather logs and traces (
tail_logs,trace_request). To get the full log sequence for a specific request: use tail_logs to obtain entries (some include pid and tid from dispatcher debug lines), then call trace_request(pid=..., tid=...) to retrieve all log lines for that request. See mcp-tool-orchestration.md § Trace by pid:tid. - Inspect cache behavior (
inspect_cache). - Correlate with static checks (
validate,lint,sdk). - Return containment + remediation + rollback.
Verification Scope Selection
Use shared references to select incident evidence depth:
Output Contract
Always return:
- incident summary (symptom, impact window, blast radius)
- evidence table (tool, input, finding)
- selected test IDs and outcomes
- probable cause + confidence level
- containment, durable remediation, and rollback
- open risks and missing evidence
Guardrails
- Distinguish observations from inference.
- Do not claim root-cause certainty without corroborating evidence.
- Do not claim runtime verification if container/runtime prerequisites were missing.
- Keep fixes reversible unless user explicitly requests high-risk change.
- For cloud incidents, explicitly state when root cause is outside Dispatcher config scope (CDN/WAF/edge policy).
References
- runtime-investigation-checklist.md
- runtime-prompts-and-troubleshooting-scenarios.md – runtime prompts and troubleshooting scenario map for tail_logs, trace_request, monitor_metrics, inspect_cache
- incident-scenario-playbooks.md – focused debug scenarios
- symptom-hypothesis-matrix.md – troubleshooting hypothesis shortcuts for faster evidence-driven diagnosis
- incident-report-template.md
- quick-start-execution-path.md – normalize repo root and select the incident path quickly
- local-sdk-execution.md – shipped local SDK launcher contract for local cloud-runtime reproduction
- repo-layout-workflows.md – map the failing behavior to the relevant dispatcher file families
- playbook-command-linkage.md – exact MCP command chains for incident playbooks
- mode-specific-verification-matrix.md
- cloud-service-aemaacs-guardrails.md – cloud-service-only immutable/include/runtime boundary checks from AEMaaCS patterns
- test-case-catalog.md
- change-risk-and-rollback-template.md
- public-docs-index.md
- public-doc-citation-rules.md
- core-7-tools-reference.md