OpenEvidence Production Checklist
Pre-Launch
- Production credentials in secret manager
- Rate limiting implemented
- Error handling for all API codes
- Health check endpoint
- Monitoring and alerting
- Rollback procedure documented
Health Check
async function health() {
try { /* test OpenEvidence API call */ return { status: 'healthy' }; }
catch { return { status: 'degraded' }; }
}
Resources
Next Steps
See openevidence-upgrade-migration.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.