context.sleep or context.sleepUntil, or a step failed and is waiting out its
retry delay before the next attempt. Both can be released early from the console,
so the run continues immediately instead of at the scheduled time.
From the console
Open the run in theLogs tab of the Upstash Console.
Every waiting step shows a button next to its label: Run now on a sleeping
step and Retry now on a step in retry backoff. In a parallel block, each
branch has its own button.

A parallel block with a sleeping branch and a retrying branch, each with its own button
Releasing a retrying step does not add an attempt. If the step was on its
last retry and fails again, the run fails and the
failure function is called as usual.