From b281d2554ac3146e44c08c7af5d10060d66457e8 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:48:18 +0800 Subject: [PATCH] add a resume after horde worker pauses --- koboldcpp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/koboldcpp.py b/koboldcpp.py index 0d84312f7..799e8460e 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -6610,6 +6610,7 @@ def run_horde_worker(args, api_key, worker_name): print_with_time(f"Horde Worker Paused for {penaltytime} min - Too many errors. It will resume automatically, but you should restart it.") print_with_time("Caution: Too many failed jobs may lead to entering maintenance mode.") time.sleep(60 * penaltytime) + print_with_time("Horde Worker Resumed") else: print_with_time("Horde Worker Exit limit reached, too many errors.")