Speedtest-Tracker icon indicating copy to clipboard operation
Speedtest-Tracker copied to clipboard

[BUG] Speedtest Tracker Scheduler not working.

Open Peterkal2112 opened this issue 3 years ago • 1 comments

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.

msedge_GA4nsBewdL

putty_Jp5r2LyJyq

Peterkal2112 avatar Jan 31 '22 06:01 Peterkal2112

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.

Abstraxis avatar Feb 03 '22 06:02 Abstraxis