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:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Currently to be run only from the Scraping directory
|
||||
rm artifacts/kohlsScraper.zip
|
||||
OLDPWD=$(pwd)
|
||||
cd build/
|
||||
zip -r9 ${OLDPWD}/artifacts/kohlsScraper.zip .
|
||||
|
||||
Reference in New Issue
Block a user