Skip to content

Commit 7b8d0a0

Browse files
authored
Clarify resume functionality after transient issues
Updated the description to clarify that the resume functionality now survives transient issues, not just database outages.
1 parent 79da4f8 commit 7b8d0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/resume-retry-transient-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@trigger.dev/core": patch
33
---
44

5-
Runs resuming after a wait now survive a transient platform database outage instead of failing with `TASK_EXECUTION_ABORTED`. The worker retries the resume call generously with jittered backoff, so a brief blip while the run is being continued no longer aborts it.
5+
Runs resuming after a wait now survive a transient issue instead of failing with `TASK_EXECUTION_ABORTED`. The worker retries the resume call generously with jittered backoff, so a brief blip while the run is being continued no longer aborts it.

0 commit comments

Comments
 (0)