Chaining, retries, and general scraping durability

Make the scraping infrastructure more durable since the scraping service often fails to deliver
This commit is contained in:
NMerz
2020-11-01 11:30:03 -05:00
parent 79598bf9e9
commit ee04a06e0e
21 changed files with 74 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
#Currently to be run only from the Scraping directory
rm artifacts/runOrchestrator.zip
zip -r9 artifacts/runOrchestrator.zip prefix_list_part*.txt
zip -r9 artifacts/runOrchestrator.zip runOrchestrator.py