Files
Speedtest-Tracker/conf/defaults/crontab
Henry Whitaker c5b9e6adc5 Updated to v1.7.3
2020-07-03 12:15:02 +01:00

11 lines
624 B
Plaintext

# do daily/weekly/monthly maintenance
# min hour day month weekday command
*/15 * * * * run-parts /etc/periodic/15min
0 * * * * run-parts /etc/periodic/hourly
0 2 * * * run-parts /etc/periodic/daily
0 3 * * 6 run-parts /etc/periodic/weekly
0 5 1 * * run-parts /etc/periodic/monthly
# speedtest cron
* * * * * php /config/www/artisan schedule:run >> /config/log/speedtest/cron.log
*/5 * * * * php /config/www/artisan queue:retry all >> /config/log/speedtest.cron.log