Fixed a false "everything is down" reading on our new status page
Shortly after launching our public status page, it started reporting 4 of 5 components as down — which wasn't true. The bug: several categories check dozens of individual links at once, and a single expected, known failure (one dead job listing, one community site that blocks automated traffic) was enough to mark that whole category "Major Outage," even when 90%+ of it was genuinely fine. It now reports status based on the real proportion of what's actually failing, not the single worst result.
We also found and are actively working through a real, separate issue: our mentor-profile sampling check has been failing to reach our backend consistently. We've added retry logic (the same pattern already used elsewhere in the app for this exact class of problem), and we're continuing to verify whether that fully resolves it in production. We'd rather tell you it's still being worked on than mark it fixed before we're sure.