merge logic started

This commit is contained in:
msramalho
2022-12-14 16:11:06 +00:00
parent 53ffa2d4ae
commit 9c056d001c
4 changed files with 43 additions and 17 deletions

View File

@@ -157,8 +157,9 @@ class ArchivingOrchestrator:
for url in self.feeder:
print("ARCHIVING", url)
with tempfile.TemporaryDirectory(dir="./") as tmp_dir:
self.archive(url, tmp_dir)
result = self.archive(url, tmp_dir)
print(result)
print(result.as_json())
print("holding on")
time.sleep(300)
# how does this handle the parameters like folder which can be different for each archiver?