You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change healthcheck statuses for clearer semantic meanings (facebook#5020)
Summary:
Update healthcheck status levels to better reflect their semantic meaning and actionability:
1. Early Stopping Analysis:
- ESS explicitly disabled: PASS → INFO (surface configuration choice)
- ESS enabled, working correctly: PASS → INFO (informational, no action needed)
- ESS not enabled but could save ≥10%: WARNING → INFO (nudge for feature upsell; not blocking the experiment)
2. Complexity Rating:
- Advanced tier: WARNING → INFO (not blocking, informational)
- Unsupported tier: FAIL → WARNING (concerning but not blocking)
3. Can Generate Candidates:
- can_generate=False (recent trial): WARNING → INFO (expected behavior)
4. Baseline Improvement:
- All objectives improved: PASS → INFO (valuable experiment takeaway)
- Any objective not improved: WARNING → INFO (informational, not actionable)
Differential Revision: D96412166
0 commit comments