* "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")
| 754 | * "config malformed" skip. |
| 755 | */ |
| 756 | function 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 | |
| 764 | async function runCodeImport(args: CliArgs): Promise<StageResult> { |
no outgoing calls
no test coverage detected