From d72ef85d9893f94f6908b7b2e97997745e4a1b75 Mon Sep 17 00:00:00 2001 From: Nitzan Morr Date: Tue, 30 Sep 2025 11:14:44 +0300 Subject: [PATCH] fix: add reason to rejected tasks that are not recoverable --- src/taskHandler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/taskHandler.ts b/src/taskHandler.ts index a84b3a9..dc4045d 100644 --- a/src/taskHandler.ts +++ b/src/taskHandler.ts @@ -95,6 +95,7 @@ export class TaskHandler { } else { payload = { status: OperationStatus.FAILED, + reason, }; } this.logger.info({