log tweaks
This commit is contained in:
@@ -272,6 +272,7 @@ class BlockStateRunner(BlockProgressor):
|
|||||||
was_behind = True
|
was_behind = True
|
||||||
elif was_behind:
|
elif was_behind:
|
||||||
log.info('Runner has caught up')
|
log.info('Runner has caught up')
|
||||||
|
was_behind = False
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
fatal('Unhandled exception in runner worker', exception=e)
|
fatal('Unhandled exception in runner worker', exception=e)
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Reference in New Issue
Block a user