Skip to content

Commit 3931bf8

Browse files
committed
clarification for delay sementics
1 parent d892261 commit 3931bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/versioning.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Versions numbers are incremented each time a new version is created for that dat
2424

2525
When a task run starts it is locked to the latest version of the code (for that environment). Once locked it won't change versions, even if you deploy new versions. This is to ensure that a task run is not affected by changes to the code.
2626

27+
Delayed runs are locked to the version that's active when they begin executing, not when they're enqueued.
28+
2729
### Child tasks and version locking
2830

2931
Trigger and wait functions version lock child task runs to the parent task run version. This ensures the results from child runs match what the parent task is expecting. If you don't wait then version locking doesn't apply.

0 commit comments

Comments
 (0)