speedtest-tracker: Scheduled test is not running at the correct, scheduled time
In general settings, I have 0 5 * * *
as my scheduled speed test, which should be every day at 5 AM. However, it is running the speed test every day at 22:00, which is 10 PM. I don’t believe it’s a timezone issue because when I manually run a test, the shown last run time is correct.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (9 by maintainers)
PR submitted: https://github.com/alexjustesen/speedtest-tracker-docs/pull/14
Binding /etc/localtime fixed it, I already had TZ: America/Los_Angeles - I believe it was actually running at 5AM PST but displaying 22:00. Adding the /etc/localtime bind seems to have updated the time on the tests to be 5AM
Thanks!
Configure TZ env variable in docker-compose and also the localtime volume mapping: