API referenceInterfaces
CleanupNetworkOptions
Defined in: src/network.ts:47
Properties
maxAgeMs?
optional maxAgeMs?: number;Defined in: src/network.ts:55
Skip networks created within this many milliseconds. Default 30 minutes. This is the race protection: a network just created by a concurrent run whose container has not yet attached is preserved.
prefix?
optional prefix?: string;Defined in: src/network.ts:49
Only consider networks whose name starts with this prefix. Defaults to light-runner-.