mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-10 18:55:03 +00:00
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:
5
Lambdas/Scraping/buildRunOrchestratorZip.sh
Normal file
5
Lambdas/Scraping/buildRunOrchestratorZip.sh
Normal 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
|
||||
Reference in New Issue
Block a user