We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11550fc commit 15466ecCopy full SHA for 15466ec
1 file changed
src/main/java/dev/dbos/transact/execution/DBOSExecutor.java
@@ -52,7 +52,7 @@ public void setQueueService(QueueService queueService) {
52
53
public void shutdown() {
54
workflowRegistry = null ;
55
- executorService.shutdown();
+ executorService.shutdownNow();
56
systemDatabase.destroy() ;
57
}
58
0 commit comments