clear paused state before retry

This commit is contained in:
nicktrn
2024-05-09 08:16:44 +01:00
parent e913c41ac6
commit 6aba347268
@@ -311,6 +311,9 @@ class ProdWorker {
return;
}
// Clear state for next execution
this.paused = false;
this.waitForPostStart = false;
this.executing = false;
this.attemptFriendlyId = undefined;