我使用Django Rest Framework创建了API。 API与GCP云存储通信以存储配置文件Image(大约1MB / pic)。 在对该服务器执行负载测试(大约1000个请求/秒)时。 我遇到了以下错误。 我似乎是一个GCP云存储最大请求问题,但无法弄清楚它的解决方案。
Exception Type: SSLError at /api/v1/users
Exception Value: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exceeded with url: /storage/v1/b/<gcp-bucket-name>?projection=noAcl (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')",),))