the recent latency spikes seem to happen whenever we run the
npm audit
command alongside our automated builds. it looks like a
resource contention issue between the dependency checks and the deployment pipeline. **switching the audit to a separate cron job fixed the timeouts for us