SIGN IN SIGN UP

Preemptible Async Steps (#671)

Support preemption for async steps. By default, if a workflow is
cancelled, step execution is not preempted, so the workflow continues
running until its current step completes then is preempted at the start
of the next step. If the step is preemptible, the step (and thus
workflow) is instead cancelled immediately (or after a short polling
interval). Closes
https://github.com/dbos-inc/dbos-transact-py/issues/660.
P
Peter Kraft committed
9bad783b86796788f68593ab801da47057619c02
Parent: 303ca3b
Committed by GitHub <noreply@github.com> on 5/13/2026, 9:16:06 PM