implement automated job scraping scheduler with retry logic and logging

This commit is contained in:
2025-11-01 18:00:59 +01:00
parent 8e3a6f4f41
commit 504dc8e2b0
5 changed files with 109 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ flask
flask-wtf
pytest
requests
schedule
sqlalchemy
pymysql
gunicorn