runner worker error reports
This commit is contained in:
@@ -174,6 +174,7 @@ class BlockStateRunner:
|
|||||||
|
|
||||||
|
|
||||||
async def worker(self):
|
async def worker(self):
|
||||||
|
try:
|
||||||
log.debug(f'runner worker started')
|
log.debug(f'runner worker started')
|
||||||
w3 = current_w3.get()
|
w3 = current_w3.get()
|
||||||
chain = current_chain.get()
|
chain = current_chain.get()
|
||||||
@@ -197,6 +198,10 @@ class BlockStateRunner:
|
|||||||
prev_head = head
|
prev_head = head
|
||||||
except Exception as x:
|
except Exception as x:
|
||||||
log.exception(x)
|
log.exception(x)
|
||||||
|
except:
|
||||||
|
log.exception('exception in runner worker')
|
||||||
|
raise
|
||||||
|
finally:
|
||||||
log.debug('runner worker exiting')
|
log.debug('runner worker exiting')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user