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 51fb53a commit 4ce1066Copy full SHA for 4ce1066
1 file changed
internal-packages/run-engine/src/batch-queue/index.ts
@@ -684,6 +684,7 @@ export class BatchQueue {
684
685
if (!storedMessage) {
686
this.logger.error("Message not found in in-flight data", { messageId, queueId });
687
+ await this.fairQueue.completeMessage(messageId, queueId);
688
return;
689
}
690
0 commit comments