Always stalling at stamina.retry_scheduled #529
-
|
The following block of code is always stalled at repeated |
Beta Was this translation helpful? Give feedback.
Answered by
cheuno-dev
Dec 9, 2025
Replies: 1 comment
-
|
Turned out that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cheuno-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turned out that
f"{SEC_BASE_URL}/include/ticker.txt"is down buthttps://www.sec.gov/files/company_tickers.jsonis not. We should prioritize the JSON first before calling ticket.txt. Will put forth a PR.