Skip to main content

Runbooks · verification gates

Deployment documentation for node-js services

These docs emphasize verification: what to check after each deploy so nodejs regressions surface in metrics before customers report them.

Pre-deploy checklist

1

Schema compatibility

Forward-only migrations with expand/contract pattern for zero-downtime.

2

Config diff

Environment variables compared against previous release manifest.

3

Canary metrics

Error ratio and latency slope watched for fixed observation window.

Blue/green cutover

Drain old node pools gracefully; connection handling described with code samples in portal library.

Rollback

Artifact digests tagged per release; database downgrades require explicit runbook.

Logging contract

Structured JSON logs with correlation IDs across node services simplify support—include build SHA, region, and request ID fields.