Speedtest-Tracker
Speedtest-Tracker copied to clipboard
[BUG] Speedtest Tracker Scheduler not working.
Describe the bug Speedtest Tracker Scheduler not working.
Expected behavior Speedtest Tracker should periodically test internet speed.
Context
- OS: debian in VM
- Speedtest-Tracker Version: 1.12.0
Additional context crontab -e file contents:
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
If I delete the hashtag to uncomment that last line, after the next restart of the container it will be there again.


Heya.
Make sure your TZ location is set correctly. I actually just had this issue and noticed that I set Americas/xxxx instead of America/xxxx.