Merge pull request #6557 from alvasw/export_json_files_service_shutdown_executor

ExportJsonFilesService: Shutdown Executor
This commit is contained in:
Alejandro García 2023-02-05 18:58:00 +00:00 committed by GitHub
commit e6f2703738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,7 @@ public class ExportJsonFilesService implements DaoSetupService {
txOutputFileManager.shutDown();
bsqStateFileManager.shutDown();
}
executor.shutdown();
}
public void maybeExportToJson() {