Skip to content

Commit 15466ec

Browse files
committed
force lingering threads to shutdown
1 parent 11550fc commit 15466ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/dbos/transact/execution/DBOSExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void setQueueService(QueueService queueService) {
5252

5353
public void shutdown() {
5454
workflowRegistry = null ;
55-
executorService.shutdown();
55+
executorService.shutdownNow();
5656
systemDatabase.destroy() ;
5757
}
5858

0 commit comments

Comments
 (0)