Commit c978b61
committed
Don't log when queue is unavailable
Fixes blockscout#1223
For large chains like ETH Mainnet, it is fairly common for the catchup
fetcher to take a long time to calculate the missing block numbers and
start the named Sequence used by `push_front(block)`. Since this is
normal and not exceptional, `InvalidConsensus.Worker` shouldn't log this
and retry silently.1 parent f7b8912 commit c978b61
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
0 commit comments