-
Notifications
You must be signed in to change notification settings - Fork 9
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
Speedup? #5
Comments
By temporarily inserting a Lines 117 to 121 in 2e59241
... I made a POC-version that just will trigger the backend to prepare the documents. I run this to prepare five issues. I start the unmodified version immediately afterwards, but this was to fast and it seems that I stepped into an DOS protection by to many requests at a time because I got an |
Another approach: I just set
Maybe a good concept is just to "pull out" the retries for the download from the innermost to an outermost loop. |
Hi Guido, you're welcome! Thank you for documenting your experiments. |
Dear Alexander,
fist, a big thank you to you and the other contributors mentioned in the README.
To speed up archiving a whole year I ask myself if it would be possible to trigger the generation of (all or some number of) the documents in a first step. And to start the download of all in a second step.
This may avoid to busy-wait for the generation time at every document.
I'll start a POC about this, now
The text was updated successfully, but these errors were encountered: