a9d5646d75
* add duration wait threshold * improve wording * Updates the wait overview, wait.for and wait.until pages copy to better explain compute costs --------- Co-authored-by: James Ritchie <james@trigger.dev>
4 lines
402 B
Plaintext
4 lines
402 B
Plaintext
In the Trigger.dev Cloud we automatically pause execution of tasks when they are waiting for
|
|
longer than a few seconds.
|
|
|
|
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. |