-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RequestError: HTTP/2 302 (Operation too slow ...) in Literate/Documenter build #225
Comments
Update: I reran the build this evening and it passed (maybe less github load late on a Friday night). |
The |
Yes, the call is in my code. The error message mentioned If I'm lucky, maybe someone will stumble on this and offer an idea how to avoid the timeout. |
I have seen the |
I am using Literate to generate numerous examples for a Julia-based book on Linear Algebra for Data Science, Machine Learning and Signal Processing that Cambridge will publish in 2024.
https://github.com/JeffFessler/book-mmaj-demo
Recently I have been getting an intermittent
RequestError
during the Documenter build in github's cloud, e.g.:https://github.com/JeffFessler/book-mmaj-demo/actions/runs/6117262031/job/16603944390
One demo reads some datafiles from another github site:
https://github.com/JeffFessler/book-mmaj-demo/blob/6158afd18633d10dec57965b0c832e4ac87efae4/docs/lit/demos/07/photometric3.jl#L421
It used to typically work, but more recently (perhaps as I have added more demos so the build time has gotten longer?) sometimes it fails with this error (seen in the job output linked above, if it is viewable by others):
Is there any way to tell Documenter (or the http library it calls) to be more patient in waiting for data from
Downloads.download
? The defaulttimeout
indownload
isInf
BTW, so I am stumped. Thanks.The text was updated successfully, but these errors were encountered: