We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf9cd3 commit 1453b0dCopy full SHA for 1453b0d
packages/batch/src/SqsFifo.ts
@@ -117,6 +117,7 @@ export function SqsFifo<
117
118
/**
119
* Determines whether the current group should be short-circuited.
120
+ *
121
* If we have any failed messages, we should then short circuit the process and
122
* fail remaining messages unless `skipGroupOnError` is true
123
*/
@@ -128,6 +129,7 @@ export function SqsFifo<
128
129
130
131
* Determines whether the current group should be skipped.
132
133
* If `skipGroupOnError` is true and the current group has previously failed,
134
* then we should skip processing the current group.
135
0 commit comments