Skip to content

Commit 037c8f1

Browse files
committed
Updated comment.
1 parent d45a374 commit 037c8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/outbox-core/lib/outbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class OutboxProcessor<SupportedEvents extends CommonEventDefinition[]> {
4949
/**
5050
* Periodic job that processes outbox entries every "intervalInMs". If processing takes longer than defined interval, another subsequent job WILL NOT be started.
5151
*
52-
* Each entry is ACKed, then event is published, and then entry is marked as SUCCESS. If processing fails, entry is marked as FAILED and will be retried.
52+
* When event is published, and then entry is accumulated into SUCCESS group. If processing fails, entry is accumulated as FAILED and will be retried.
5353
*
5454
* Max retry count is defined by the user.
5555
*/

0 commit comments

Comments
 (0)