MCPcopy
hub / github.com/garrytan/gstack / warnProbeTimeout

Function warnProbeTimeout

bin/gstack-gbrain-sync.ts:756–761  ·  view source on GitHub ↗

* "timeout" means the probe hit its deadline with no recognized error — the * engine is most likely healthy but slow (#1964: cold pooler connections * measured at 6.9-10.7s). Stages proceed; a genuinely-dead engine surfaces * its REAL error at the first actual operation instead of a false * "con

(stage: "code" | "memory" | "dream")

Source from the content-addressed store, hash-verified

754 * "config malformed" skip.
755 */
756function warnProbeTimeout(stage: "code" | "memory" | "dream"): void {
757 process.stderr.write(
758 `[gstack-gbrain-sync] ${stage}: engine probe timed out — proceeding anyway; ` +
759 `raise GSTACK_GBRAIN_PROBE_TIMEOUT_MS if your pooler is slow\n`,
760 );
761}
762
763
764async function runCodeImport(args: CliArgs): Promise<StageResult> {

Callers 3

runCodeImportFunction · 0.85
runMemoryIngestFunction · 0.85
runDreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected