The platform itself is up and fast — no outages, no failed requests, and plenty of spare capacity on servers and database for the whole 30-minute window. However, the outgoing email system is rejecting our login credentials, so candidate-facing mail (invites, password resets, and likely stage-transition notifications) is at risk of not being delivered. Someone needs to fix the SMTP username/password. Also be aware that we currently have no instrumentation for registrations, applications, pipeline stages, or emails sent, so 'no problems reported' in those areas means 'not measured', not 'working'.
Findings
SMTP transport failing authentication (535-5.7.8 invalid login)
MailService logged repeated errors around 10:35:08–10:35:10 stating the workspace-failover SMTP transport cannot authenticate and that invites and password-reset mail will not fail over until SMTP_USER/SMTP_PASS are fixed. The same log lines recur across overlapping snapshots, so the true number of failures is not measurable from this data; the credential problem itself is unambiguous.
Email delivery impact cannot be quantified
emailsSent is not instrumented and emailsFailed had no observations in this period, so we cannot tell how many candidate transactional emails (stage transitions, invites, resets) were attempted or lost. Treat mail delivery as unverified rather than healthy.
Database write latency spikes
Write latency averaged 6.26 ms but peaked at 39.9 ms, against read latency averaging 0.55 ms (max 5 ms). With DB CPU at ~4% and only 3–6 connections, this is likely storage/IOPS burstiness rather than load, but it is worth watching if write-heavy flows (applications, stage transitions) slow down.
Very low observed traffic — results may not reflect real user load
API averaged about 2.1 requests/minute (peak 13) and the web frontend about 1.2 requests/minute (peak 29), with web response times sampled only 5 times out of 30 snapshots. The healthy latency and zero-error picture is based on a thin traffic sample and should not be read as proof the system handles production load.
Infrastructure headroom is ample; task count varied
Container CPU 0.96–4.6%, memory 7.8–15.6%, API response 24–50 ms, 100% reachability across 30 cycles. Running ECS tasks ranged 1–2 (avg 1.03), consistent with a brief deployment or task replacement; no 5xx accompanied it.
Not covered by this report
- activeTalents and activeStaff are not instrumented — we cannot confirm whether any real candidates or recruiters were actually using the platform during this window.
- registrationsSucceeded / registrationsFailed had no observations and registration success is not instrumented — silent signup failures would not appear in this report.
- applicationsSubmitted / applicationsFailed had no observations — we cannot confirm that job applications were being accepted or persisted.
- pipelineStages is not instrumented — stage transitions (submitted → review → assessment → interview → decision) are entirely unobserved, including any stuck or skipped candidates.
- emailsSent is not instrumented and emailsFailed had no observations, so the delivery impact of the SMTP authentication failure is unknown; the only evidence is application log lines.