[web] switch /status/compiler/:projectId to compile from history (#32458)

GitOrigin-RevId: d55b0078a3fa59af4f8f1eb60d29d2dc68397f9a
This commit is contained in:
Jakob Ackermann
2026-03-27 09:11:56 +01:00
committed by Copybot
parent 8fa18e6296
commit 828e196a69

View File

@@ -1176,7 +1176,11 @@ async function initialize(webRouter, privateApiRouter, publicApiRouter) {
CompileManager.compile(
projectId,
testUserId,
{ metricsPath: 'health-check' },
{
metricsPath: 'health-check',
compileFromHistory: true,
rootResourcePath: 'main.tex',
},
function (error, status, _outputFiles, clsiServerId) {
if (handler) {
clearTimeout(handler)