clear paused state before retry
This commit is contained in:
@@ -311,6 +311,9 @@ class ProdWorker {
|
||||
return;
|
||||
}
|
||||
|
||||
// Clear state for next execution
|
||||
this.paused = false;
|
||||
this.waitForPostStart = false;
|
||||
this.executing = false;
|
||||
this.attemptFriendlyId = undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user