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
The issue only occurs with julia versions of the newly released 1.11.x branch
I am calling bdh on multiple (many, sometimes a couple hundred or a couple thousand) securities with one single field (px_last). That call never terminates.
Workaround:
Remove the use of @sync and @async in the bdh function in bdh.jl so it points to a synchronization issue, but I'm unable to debug any further. Can make things super slow if you call a few thousands of tickers.
The text was updated successfully, but these errors were encountered:
sob727
changed the title
bdh call on multiple (many) securities and fields never completes in julia 1.11.0 (and 1.11.1)
bdh call on multiple (many) securities and a single field never completes in julia 1.11.0 (and 1.11.1)
Oct 27, 2024
The issue only occurs with julia versions of the newly released 1.11.x branch
I am calling
bdh
on multiple (many, sometimes a couple hundred or a couple thousand) securities with one single field (px_last). That call never terminates.Workaround:
Remove the use of
@sync
and@async
in thebdh
function inbdh.jl
so it points to a synchronization issue, but I'm unable to debug any further. Can make things super slow if you call a few thousands of tickers.The text was updated successfully, but these errors were encountered: