sw-jobs-api/scrapers/crontab
ChrQR 3809d0efa9
All checks were successful
Build and Push Docker Images / build (push) Successful in 33s
updated crontab
2024-05-30 00:56:48 +02:00

5 lines
180 B
Plaintext

# Run the scraper every hour
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
0 * * * * root /usr/local/bin/run_scraper.sh >> /var/log/cron.log 2>&1