Skip to content

Commit b900773

Browse files
authored
Update monitor.py
1 parent edc044a commit b900773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Api_Check/src/monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def chack_private_key(self):
563563
}
564564

565565
# 业务层重试配置
566-
max_business_retries = 5
566+
max_business_retries = 15
567567
retry_delay = self.config['retry']['retry_delay']
568568
total_retry_count = 0
569569

@@ -747,7 +747,7 @@ def device_token_auth(self,url) -> Tuple[bool, Optional[Dict[str, Any]]]:
747747
logger.debug(f"请求头: {headers}")
748748

749749
# 业务层重试配置
750-
max_business_retries = 5
750+
max_business_retries = 15
751751
retry_delay = self.config['retry']['retry_delay']
752752
total_retry_count = 0
753753

0 commit comments

Comments
 (0)