Skip to content

Commit

Permalink
Merge pull request #503 from jglick/WorkflowRun.doStop
Browse files Browse the repository at this point in the history
Remove synchronization from `WorkflowRun.doStop`
  • Loading branch information
jglick authored Jan 17, 2025
2 parents 5b18def + 603fcea commit 33a0c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ public boolean shouldCalculateCulprits() {
}

@RequirePOST
public synchronized HttpResponse doStop() {
public HttpResponse doStop() {
Executor e = getOneOffExecutor();
if (e != null) {
return e.doStop();
Expand Down

0 comments on commit 33a0c6f

Please sign in to comment.