Troubleshooting
Common Athena runtime issues and quick diagnostics.
Client Connectivity Failures On Startup
Athena can continue running when some configured clients fail to connect.
Check:
- URI correctness and credential validity.
- Network reachability from the gateway host.
- TLS mode and provider-specific requirements.
Use:
GET /health/clusterGET /admin/clients
Deferred and Admission Pressure
For backlog and pressure analysis:
GET /gateway/deferred/{request_id}POST /gateway/deferred/{request_id}/requeueGET /admin/admission-events
Backup Tooling Problems
If backups fail early:
- verify
ATHENA_PG_DUMP_PATH - verify
ATHENA_PG_RESTORE_PATH - ensure PostgreSQL client binaries are installed on host
Documentation Contract Drift
When route docs look stale:
cd apps/docs
npm run openapi:generate
npm run openapi:verify-athenaThe verifier should report full coverage for Athena operations.