Skip to content

Commit

Permalink
Interrupt blocking tasks upon build cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chelombitko committed Dec 30, 2024
1 parent c559e2c commit bac1570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal class WorkerContext(configuration: Configuration) : WorkerHandler {
override fun close() {
isRunning.set(false)
componentsChannel.close()
executor.shutdown()
executor.shutdownNow()
marathon.close()
application.close()
}
Expand Down

0 comments on commit bac1570

Please sign in to comment.