Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
early exit from blockchain monitor on shutdown (#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue authored Dec 18, 2019
1 parent c1fbe0c commit 022be63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions golem/ethereum/web3/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def _create_remote_rpc_provider(self):
def _handle_remote_rpc_provider_failure(self, method: str, final: bool):
if final:
raise Exception(
"GETH: Node limit exhausted, request failed."
f" method='{method}'",
f"GETH: Node limit exhausted, request failed. "
f"method='{method}'"
)
logger.warning(
"GETH: '%s' request failed on '%s', "
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fasteners==0.15
flatbuffers==1.11
fs==2.4.4
Golem-Messages==3.14.1
Golem-Smart-Contracts-Interface==1.10.3
Golem-Smart-Contracts-Interface==1.10.4
Golem-Task-Api==0.24.1
greenlet==0.4.15
grpclib==0.2.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_to-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enforce==0.3.4
eth-utils==1.0.3
ethereum==1.6.1
Golem-Messages==3.14.1
Golem-Smart-Contracts-Interface==1.10.3
Golem-Smart-Contracts-Interface==1.10.4
Golem-Task-Api==0.24.1
html2text==2018.1.9
humanize==0.5.1
Expand Down

0 comments on commit 022be63

Please # to comment.