Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Nov 14, 2024
1 parent 3906a34 commit efe938b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
limitations under the License.
====

- log updateMetadata begin/einde apart.
- regel de upload-batch grootte naar beneden als :ZipUploadFilesLimit kleiner is dan de ingest batch grootte
- implement replaceFiles in edit
- implement providing file metadata
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/nl/knaw/dans/dvingest/core/DepositTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ public void run() {
try {
String pid = deposit.getUpdatesDataset();
for (DepositBag bag : deposit.getBags()) {
log.info("START processing bag: {}/{}", deposit.getId(), bag);
pid = processBag(bag, pid);
log.info("END processing bag: {}/{}", deposit.getId(), bag);
}
deposit.moveTo(outputDir.resolve("processed"));
}
Expand Down

0 comments on commit efe938b

Please sign in to comment.