You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using lambda function on AWS and there is a limit on how many threads one can run thru lambda. The only setting I found is thread= [true,false]. It would be great if we can pass custom number of threads in the download function.
Describe bug
I am using lambda function on AWS and there is a limit on how many threads one can run thru lambda. The only setting I found is thread= [true,false]. It would be great if we can pass custom number of threads in the download function.
Simple code that reproduces your problem
download(period='1mo', interval='1d', start=None, end=None, prepost=False, actions=True, auto_adjust=True, repair=False, proxy=None, threads=True, group_by='column', progress=True, timeout=10, **kwargs)
Debug log
None
Bad data proof
No response
yfinance
version0.52
Python version
3.13
Operating system
Aww lmabda
The text was updated successfully, but these errors were encountered: