From 90df6ad45f217ff20c31bda3184a9b25ae566751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Bu=C3=9Fmann?= Date: Mon, 6 Jul 2026 14:29:49 +0200 Subject: [PATCH] ookla gives flaky results when running on the dot at :0 :15 :30 :45 --- measurement/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/measurement/crontab b/measurement/crontab index 9623f0c..941f8c5 100644 --- a/measurement/crontab +++ b/measurement/crontab @@ -1,2 +1,2 @@ -*/15 * * * * cd /app && /usr/local/bin/python3 run_speedtest.py >> /proc/1/fd/1 2>> /proc/1/fd/2 +4-59/15 * * * * cd /app && /usr/local/bin/python3 run_speedtest.py >> /proc/1/fd/1 2>> /proc/1/fd/2 # Empty line required at the end!