mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(cron): release cancelled embedded lanes
This commit is contained in:
@@ -7,6 +7,10 @@ export type CommandQueueEnqueueOptions = {
|
||||
onWait?: (waitMs: number, queuedAhead: number) => void;
|
||||
taskTimeoutMs?: number;
|
||||
taskTimeoutProgressAtMs?: () => number | undefined;
|
||||
taskTimeoutAbortSignal?: AbortSignal;
|
||||
taskTimeoutAbortGraceMs?: number;
|
||||
/** Ends the task after a caller-owned timeout cleanup grace has already elapsed. */
|
||||
taskTimeoutReleaseSignal?: AbortSignal;
|
||||
priority?: "foreground" | "normal" | "background";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user