Skip to content

Commit

Permalink
Add missing wrap-bindings on executor based bulkhead
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Dec 4, 2023
1 parent 8155a71 commit 6fd2621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promesa/exec/bulkhead.clj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
:max-queue max-queue}))

(-invoke! [this f]
(p/await! (pt/-submit! this f)))
(p/await! (pt/-submit! this (px/wrap-bindings f))))

Executor
(execute [this f]
Expand Down

0 comments on commit 6fd2621

Please sign in to comment.