dwavesystems / dwavesystems/dwave-cloud-client
urllib3 connection pool full warning message
Open
- Dominant language
- Python
- Stars
- 63
- Forks
- 44
- Avg merge
- 13h 45m
- Merged PRs (30d)
- 1
Description
With the latest version, v0.6.2, under heavy problem submit / answer download load, seeing messages like this:
```
WARNING:urllib3.connectionpool: Connection pool is full, discarding connection: ...
```
has been reported.
Steps to reproduce are not clear.
The warning is possibly related to increased number of threads that do requests to SAPI (in v0.6.2), and the size of connection pool staying the same. See [pool size options](https://urllib3.readthedocs.io/en/latest/advanced-usage.html#customizing-pool-behavior).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.