Skip to content

Commit 01c64ec

Browse files
committed
Updates the wait overview, wait.for and wait.until pages copy to better explain compute costs
1 parent 8627c53 commit 01c64ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Note>
2-
In the Trigger.dev Cloud we automatically pause execution of tasks when they are waiting for
3-
longer than a few seconds. You are not charged when execution is paused.
4-
</Note>
1+
In the Trigger.dev Cloud we automatically pause execution of tasks when they are waiting for
2+
longer than a few seconds.
3+
4+
When triggering and waiting for subtasks, the parent is checkpointed and while waiting does not count towards compute usage. When waiting for a time period (`wait.for` or `wait.until`), if the wait is longer than 5 seconds we checkpoint and it does not count towards compute usage.

0 commit comments

Comments
 (0)