MCPcopy
hub / github.com/coder/mux / consumeQueueBackgroundedExemptions

Method consumeQueueBackgroundedExemptions

src/node/services/taskService.ts:7998–8002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7996 );
7997 // Only the queue-backgrounded one-shot exemption is consumed; durable notify policy stays.
7998 const consumeQueueBackgroundedExemptions = () => {
7999 for (const taskId of new Set([...activeTaskIds, ...queueBackgroundedTaskIds])) {
8000 this.markTaskForegroundRelevant(taskId);
8001 }
8002 };
8003 let blockingTaskIds = getBlockingTaskIds(activeTaskIds);
8004 activeWorkflowRunIds = await this.listBlockingWorkflowRunIds(
8005 workspaceId,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected