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
"The summary generator is unhealthy. New tutorials across the forge may be delayed until it recovers.",
1000
+
"Forge health warning: the tutorial generator worker is unhealthy. New tutorials on any branch may be delayed until it recovers; this forge-wide warning does not mean this branch's last tutorial generation attempt failed.",
1001
1001
);
1002
1002
}
1003
1003
if health.ci.state == "error"{
@@ -2547,15 +2547,10 @@ fn ci_timing_summary(
2547
2547
let started_at = started_at.and_then(parse_ci_timestamp);
2548
2548
let finished_at = finished_at.and_then(parse_ci_timestamp);
message:"The summary generator is unhealthy. New tutorials across the forge may be delayed until it recovers.".to_string(),
7458
+
message:"Forge health warning: the tutorial generator worker is unhealthy. New tutorials on any branch may be delayed until it recovers; this forge-wide warning does not mean this branch's last tutorial generation attempt failed.".to_string(),
7380
7459
}],
7381
7460
)
7382
7461
.expect("render detail template")
7383
7462
.render()
7384
7463
.expect("render detail html");
7385
7464
7386
-
assert!(rendered.contains("The summary generator is unhealthy."));
<p>This failure is specific to the current branch head.</p>
316
317
<p>{{ msg }}</p>
317
318
</section>
318
319
{% when None %}{% endmatch %}
@@ -355,7 +356,7 @@ <h3>{{ step.title }}</h3>
355
356
<sectionclass="panel">
356
357
<h2>Summary</h2>
357
358
{% if tutorial_status == "failed" %}
358
-
<p>This branch tutorial is unavailable because generation failed. Check the branch tutorial error above for details.</p>
359
+
<p>This branch tutorial is unavailable because generation for this branch head failed. That is separate from any forge-wide generator worker warning.</p>
0 commit comments