We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d5b2a commit e5f3bb5Copy full SHA for e5f3bb5
marathon-gradle-plugin/src/main/kotlin/com/malinskiy/marathon/worker/WorkerContext.kt
@@ -44,7 +44,7 @@ internal class WorkerContext(configuration: Configuration) : WorkerHandler {
44
override fun close() {
45
isRunning.set(false)
46
componentsChannel.close()
47
- executor.shutdown()
+ executor.shutdownNow()
48
marathon.close()
49
application.close()
50
}
0 commit comments