Runbook¶
Overview¶
This runbook provides operational instructions for the Financial Analytics Platform.
Common Operations¶
Restarting Services¶
To restart the application or infrastructure services:
For AWS deployment restarts, trigger the CI/CD pipeline or manually scale the Auto Scaling Group (ASG) or ECS service.Debugging Failed Requests¶
- Check the
/metricsendpoint for elevated error rates. - Locate the
trace_idreturned in the failed response or within the structured logs. - Query the Loki backend using the
trace_idto inspect the full request lifecycle.
Handling Data Ingestion Failures¶
If ingestion fails:
- Ensure the CSVs in /data/finance are well-formed.
- Check the ingestion_service logs for parsing errors.
- Trigger manual ingestion via the /ingest API endpoint.