From 921d6ef3649f778ac339e2971c4c8d22b28e51d9 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 15 Feb 2023 17:26:23 +0100 Subject: [PATCH] fix: sasjs executor not re-sending waiting requests --- src/SASjs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SASjs.ts b/src/SASjs.ts index 03f19f9..aa1e28f 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -895,6 +895,7 @@ export default class SASjs { await this.computeJobExecutor?.resendWaitingRequests() await this.jesJobExecutor?.resendWaitingRequests() await this.fileUploader?.resendWaitingRequests() + await this.sasjsJobExecutor?.resendWaitingRequests() } /**