Skip to content

Commit 4caab63

Browse files
committed
fix: issue 784
1 parent f1bf9e2 commit 4caab63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/zeebe/lib/ZBWorkerBase.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@ You should call only one job action method in the worker handler. This is a bug
579579
this.handleStreamEnd(id)
580580
this.pollMutex = false
581581
}, backoffDuration)
582+
} else {
583+
this.pollMutex = false
582584
}
583585
} else {
584586
this.pollMutex = false

0 commit comments

Comments
 (0)