diff --git a/src/dexorder/runner.py b/src/dexorder/runner.py index c7aafaf..886c263 100644 --- a/src/dexorder/runner.py +++ b/src/dexorder/runner.py @@ -266,7 +266,7 @@ class BlockStateRunner(BlockProgressor): self.state.remove_branch(fork.branch) processed_block = await get_block(fork.head) behind = timestamp() - processed_block.timestamp - if behind > 2: + if behind > 7: # todo pagerduty alerts if too far behind log.info(f'Runner is {timedelta(seconds=behind)} behind') was_behind = True