dpguthrie / dpguthrie/yahooquery
Is yahooquery threadsafe?
Open
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
Hi all,
This is a question rather than a bug. I'm wondering if yahooquery is threadsafe? I got the following error when I download prices in 16 processes (each for a different ticker) but so far seems to work fine when I use 8. So just wondering if yahooquery is threadsafe?
```
MaybeEncodingError: Error sending result: ''. Reason: 'TypeError("cannot pickle 'zlib.Decompress' object")'
```
Contributor guide
Assessment
This issue has not been assessed yet.