Skip to content

Commit 3d495d5

Browse files
authored
Merge pull request #10886 from lvanengelen-mx/development
Clarify task scheduling in retry mechanism
2 parents 3ada6aa + 05577ca commit 3d495d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/refguide/modeling/resources/task-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ It is possible to automatically retry a task when it fails. The following option
136136
1. Retry with a fixed delay – specify the maximum number of attempts and the wait time between each attempt.
137137
2. Retry with an exponentially increasing delay – specify the maximum number of attempts and the wait time before the first retry. The wait time will double after each failed retry up to a maximum. You can specify this maximum; if you do not specify, a maximum the default is 1 day.
138138

139-
Each attempt will produce its own `System.ProcessedQueueTask` entry. These entries will all have the same sequence number because they refer to the same task.
139+
Each attempt will be scheduled as its own task and produce its own `System.ProcessedQueueTask` entry. These entries will all have the same sequence number because they refer to the same task.
140140

141141
The retry mechanism can be activated through the API, for instance:
142142

0 commit comments

Comments
 (0)