From 6c84f9fe5d65b37127ccc08b81f46b1773c59500 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 20 Nov 2025 22:37:23 -0500 Subject: fix(worker): sleep when skipping already-completed tasks --- Omni/Agent/start-worker.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni') diff --git a/Omni/Agent/start-worker.sh b/Omni/Agent/start-worker.sh index d576870..ad519a0 100755 --- a/Omni/Agent/start-worker.sh +++ b/Omni/Agent/start-worker.sh @@ -95,6 +95,7 @@ while true; do # We can't easily use 'task update' because it updates timestamp. # Instead, we just rely on the loop continuing and hopefully 'task import' eventually winning # if we stop touching it. Or we could force import again. + sleep 60 continue fi -- cgit v1.2.3