• fix: add fetch timeout and wide event logging to ComputeWorkloadManager

    frostbyte_neo released this 2026-02-12 21:57:56 +00:00

    The fetch() call had no timeout, causing infinite hangs when the gateway
    accepted requests but never returned responses. Adds AbortSignal.timeout
    (30s) and consolidates all logging into a single structured event per
    create() call with timing, status, and error context.

    Downloads