sweepDeadlines
function sweepDeadlines(runtime, options?): Promise<RunRef[]>;Deliver the timeout outcome to paused runs whose waitingFor.deadline is in
the past. InterruptRequest has no configured outcome field; the default is a
structured deny (reason: 'deadline-expired') through signalDelivery.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
Returns
Section titled “Returns”Promise<RunRef[]>