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 fffca57 commit d45a374Copy full SHA for d45a374
packages/outbox-core/README.md
@@ -19,7 +19,7 @@ const job = new OutboxPeriodicJob(
19
//Implementation of OutboxStorage interface, TODO: Point to other packages in message-queue-toolkit
20
outboxStorage,
21
//Default available accumulator for gathering outbox entries as the process job is progressing.
22
- new InMemoryOutboxAccumulator(), //Default accumulator
+ new InMemoryOutboxAccumulator(),
23
//DomainEventEmitter, it will be used to publish events, see @message-queue-toolkit/core
24
eventEmitter,
25
//See PeriodicJobDependencies from @lokalise/background-jobs-common
0 commit comments