PGŽ Sport Platform — Round 1+2 baseline (sport2.html + API)
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Master loop — PGŽ sport intensive learning every 15min
|
||||
while true; do
|
||||
echo "[$(date)] === LOOP START ==="
|
||||
python3 /opt/pgz-sport/scrapers/klub_oib_enricher.py 2>&1 | tail -3
|
||||
python3 /opt/pgz-sport/scrapers/clan_oib_enricher.py 2>&1 | tail -3
|
||||
python3 /opt/pgz-sport/scrapers/sport_to_knowledge.py 2>&1 | tail -5
|
||||
python3 /opt/pgz-sport/scrapers/qa_from_sport_facts.py 2>&1 | tail -3
|
||||
echo "[$(date)] === LOOP END, sleep 900s ==="
|
||||
sleep 900
|
||||
done
|
||||
Reference in New Issue
Block a user