7895 CR data artifact ingest module

This commit is contained in:
Richard Cordovano 2021-11-02 11:34:06 -04:00
parent b0c926bd19
commit 04c92eb22a

View File

@ -350,6 +350,8 @@ public class CentralRepoDataArtifactIngestModule implements DataArtifactIngestMo
@Override @Override
public void shutDown() { public void shutDown() {
analyzeOsAccounts();
try { try {
centralRepo.commitAttributeInstancesBulk(); centralRepo.commitAttributeInstancesBulk();
} catch (CentralRepoException ex) { } catch (CentralRepoException ex) {