From 67ba314d464ac293151a23ead10e888cb16bd146 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 23 Oct 2024 13:36:27 -0400 Subject: [PATCH] log tweaks --- src/dexorder/runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dexorder/runner.py b/src/dexorder/runner.py index 886c263..ccf1170 100644 --- a/src/dexorder/runner.py +++ b/src/dexorder/runner.py @@ -272,6 +272,7 @@ class BlockStateRunner(BlockProgressor): was_behind = True elif was_behind: log.info('Runner has caught up') + was_behind = False except Exception as e: fatal('Unhandled exception in runner worker', exception=e) finally: