Skip to content

Commit

Permalink
Merge branch 'development' into fix-web3-grpc-layer-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sassless authored Dec 2, 2024
2 parents a41cdcc + 06ccff1 commit f5d3692
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service_status/constant.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SRVC_STATUS_GRPC_TIMEOUT = 10
LIMIT = 5
LIMIT = 10
2 changes: 2 additions & 0 deletions service_status/service_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def update_service_status(self):
logger.info(f"error_details: {error_details}")
logger.info(f"debug_error_string: {debug_error_string}")
old_status = int.from_bytes(record["is_available"], "big")
logger.info(f"Service to check: row_id={record['row_id']}, status={status}, old_status={old_status}")
logger.info(f"Service endpoint: {record['endpoint']}")
failed_status_count = self._calculate_failed_status_count(
current_status=status, old_status=old_status,
old_failed_status_count=record["failed_status_count"])
Expand Down
2 changes: 2 additions & 0 deletions signer/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ package:
- License
- log_setup.py
- heath_check.sh
- node_modules/**
include:
- node_modules/singularitynet-platform-contracts/**
- resources/**


Expand Down
2 changes: 2 additions & 0 deletions wallets/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ package:
- License
- log_setup.py
- heath_check.sh
- node_modules/**
include:
- node_modules/singularitynet-platform-contracts/**
- resources/**


Expand Down

0 comments on commit f5d3692

Please sign in to comment.