Page History
| Navitabs | ||||
|---|---|---|---|---|
| ||||
Table of Contents outline true
...
| URL | Beskrivelse |
|---|---|
| <server>/xdscleanup/registry-timebased-cleanup/start | Starter et tidsbaseret registry oprydningsjob |
| <server>/xdscleanup/registry-status90deceased-cleanup/start | Starter et registry oprydningsjob for personer med status 90der er afdøde |
| <server>/xdscleanup/repository-cleanup/start | Starter et repository oprydningsjob |
...
| URL |
|---|
| <server>/xdscleanup/registry-timebased-cleanup/status |
| <server>/xdscleanup/registry-status90deceased-cleanup/status |
| <server>/xdscleanup/repository-cleanup/status |
...
| Code Block | ||
|---|---|---|
| ||
{
"version": "42e17e1cb3ea8d8abd21d87252b14a136020e7c0",
"registry.db": "OK: 0 entries currently enqueued for repository deletion.",
"sdm.dbPersonInformation": "OK: Database connnection available.",
"repository.db": "OK"
} |
...
| Code Block | ||
|---|---|---|
| ||
{
"version": "42e17e1cb3ea8d8abd21d87252b14a136020e7c0",
"registry.db": "ERROR: 7 entries could not be deleted from repository (at least 5 attempts).",
"sdm.dbPersonInformation": "OK: Database connnection available.",
"repository.db": "OK"
} |
...
| Property | Beskrivelse |
|---|---|
| datasource.nxrg.jndi.name | JNDI navnet på den datasource der giver adgang til NXRG databasen. |
| datasource.openxds.jndi.name | JNDI navnet på den datasource der giver adgang til OpenXDS databasen. |
datasource.sdm.jndi.name | JNDI navnet på den datasource der giver adgang til SDM databasen (v2_Person tabellen). |
| deletion.document.cleanup.specifications | Komma-separeret liste af oprydningskriterier. Angiver hvilke dokumenttyper der slettes, og hvornår de slettes. Et oprydningskriterium har formen <code-name>#<code-scheme>#<months-to-keep>, hvor <code-name> og <code-scheme> angiver dokumenttypen der skal slettes, og <months-to-keep> angiver hvor mange måneder der skal gå, før sletningen udføres. Værdien af <months-to-keep> skal være et positivt heltal. De to andre værdier kan være vilkårlige strenge, så længe de ikke indeholder kommaer. |
| deletion.registry.timebased.limit | Begrænsning på antal dokumenter der hentes pr. kørsel fra registry. |
| deletion.repository.limit | Begrænsning på antal dokumenter der hentes pr. kørsel fra repository. |
| deletion.registry.batchsize | Antal dokumenter der forsøges slettet i registry i en kørsel. |
| deletion.registry.deletefield | Angivelse af, hvilken kolonne i databasen der skal anvendes til at afgøre, hvornår en række skal slettes. Skal være 'delete_time' eller 'deletetrigger_time' (default) |
| deletion.repository.batchsize | Antal dokumenter der forsøges slettet i repository i en kørsel. |
| deletion.max.attempts | Antal gange sletning fra repository'et forsøges, før health endpointet vil melde fejl. |
| deletion.in.clause.max.size | Maksimal størrelse på in-clause i sql-queries. |
| deletion.save.status90deceased.docs | Angiver en periode tilbage i tiden hvor dokumenter hørende til personer med status 90 som er afdød kan slettes. Eksempler på værdier er: "2Y" (for 2 år) "12M" (for 12 måneder) "90D" (for 90 dage) |
| desired.execution.duration | Ønsket udførselstid for kørsler af oprydningsjobs. Angives Angives i ISO-8601 formattet. Fx 'PT20S' (20 sekunder) Et kald vil køre oprydninger indtil den konfigurerede tid er gået, eller der ikke er flere opgaver på stakken. |
| dk.nsp.xdscleanup.httpclient.pooling.totalconnections | Totale antal HttpClients forbindelser der kan åbnes |
| dk.nsp.xdscleanup.httpclient.pooling.maxconnections.pr.route | Antal HttpClients forbindelser der kan åbnes pr. rute |
| personinformation.url | URL til PersonInformation servicen |
| personinformation.errorcount.duration | Specificering af hvor lang tid tilbage der skal tælles fejl fra PersonInformation servicen (ifm. /status endpointet). Angives som duration i ISO-8601 formattet. Fx 'PT20S' (20 sekunder)Default værdi er PT10M (10 minutter). |
| personinformation.error.tolerance | Antal fejl der tolereres fra PersonInformation servicen før /status endpointet angiver servicen som ikke tilgængelig. Default værdi er 0Et kald vil køre oprydninger indtil den konfigurerede tid er gået, eller der ikke er flere opgaver på stakken. |
Konfiguration af jobbene i xdscleanup-deprecated foregår ved redigering i filen /compose/configuration/xdscleanup-deprecated.properties.
...
Næste logudsnit viser et eksempel på, hvad der logges ved kørsler af registry-status90deceased-cleanup:
| Code Block | ||
|---|---|---|
| ||
2024-04-17 08:48:26,480 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 100 new operations added to stack from Status90RegistryCleanupSupplier 2024-04-17 08:48:26,484 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,487 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,490 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,493 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 1 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,496 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdBatchCleanupSupplierDeceasedRegistryPatientIdBatchCleanupSupplier 2024-04-17 08:48:26,498 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,500 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,502 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,503 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,504 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,506 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,506 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,507 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,508 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,509 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,509 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,510 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,511 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,511 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,512 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 1 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,513 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdBatchCleanupSupplierDeceasedRegistryPatientIdBatchCleanupSupplier 2024-04-17 08:48:26,514 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,514 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,515 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,515 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,516 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,516 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,516 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,517 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,517 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,518 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,518 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,518 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 1 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,519 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdBatchCleanupSupplierDeceasedRegistryPatientIdBatchCleanupSupplier 2024-04-17 08:48:26,520 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,521 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,521 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,522 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,523 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,523 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,524 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,524 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,525 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,525 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,525 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,526 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,526 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,526 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,527 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 1 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,528 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdBatchCleanupSupplierDeceasedRegistryPatientIdBatchCleanupSupplier 2024-04-17 08:48:26,528 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,529 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,530 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,530 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,531 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,531 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,532 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,532 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,533 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,533 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 1 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,534 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdBatchCleanupSupplierDeceasedRegistryPatientIdBatchCleanupSupplier 2024-04-17 08:48:26,535 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,535 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,535 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,536 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 1 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,537 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdBatchCleanupSupplierDeceasedRegistryPatientIdBatchCleanupSupplier 2024-04-17 08:48:26,537 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,538 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,539 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,539 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,540 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,540 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,541 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,541 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,542 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,542 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,543 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,543 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,544 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,544 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,545 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,546 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,546 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,547 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,547 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,548 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,548 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,549 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,549 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,550 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,551 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,551 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,552 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,552 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,553 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,553 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,554 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,554 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,555 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,555 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,556 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,556 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,557 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,557 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,558 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,558 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: 0 new operations added to stack from Status90RegistryPatientIdPrefixCleanupSupplierDeceasedRegistryPatientIdPrefixCleanupSupplier 2024-04-17 08:48:26,558 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry StatusDeceased 90 Cleanup: remaining=0 on stack 2024-04-17 08:48:26,559 [INFO] dk.nsp.backgroundjob.service.StackedOperationsService - Registry Status 90Deceased Cleanup: Execution finished. Time spent: 0 seconds |
...