-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Intermittent failures for time or memory usage #4251
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
Comments
I have added a .readthedocs.yml file which turns off the downloadable docs and points to a simplified docs requirements file. Seem to address the resource issue. I'm still not sure why some builds didn't seem to be hitting the resource limits while other were, but the docs are building again. If I see failures again in the future, I'll reopen this issue. |
Our last builds for the docs failed 3 times, one for latest and twice for stable, before they passed. https://readthedocs.org/projects/oracle-cloud-infrastructure-python-sdk/builds/ I've implemented the suggestions here: https://docs.readthedocs.io/en/latest/guides/build-using-too-many-resources.html. The successful builds are much quicker than they used to be, but they still sometimes fail due to constraints. Are there any other things we can do to get the builds to succeed regularly? The concern is that we will add a new service to the docs and that will cause the builds to always fail. Here is my .readthedocs.yml
https://github.com/oracle/oci-python-sdk/blob/v1.4.4/.readthedocs.yml and the contents of docs/requirements.txt
https://github.com/oracle/oci-python-sdk/blob/v1.4.4/docs/requirements.txt |
Nothing else can be done I think, someone from the core team needs to increase the limits for your project. |
@arthall I saw that your latest build are passing. Anyways, I just increased your CPU time in case of more resources are needed in the following builds. I'm closing this issue, but feel free to reopen if you consider that's not fixed yet. |
Glad to hear it, @arthall! |
Details
Expected Result
Project would build without issues, or all builds would fail for the same reason.
Actual Result
The build intermittently fails. Sometimes it times out and other times it runs out of memory.
This build failed due to a time out: https://readthedocs.org/projects/oracle-cloud-infrastructure-python-sdk/builds/7276429/
But the next build of the docs succeed in only 580 seconds: https://readthedocs.org/projects/oracle-cloud-infrastructure-python-sdk/builds/7276494/
This one failed due to memory consumption: https://readthedocs.org/projects/oracle-cloud-infrastructure-python-sdk/builds/7208386/
The next one passed: https://readthedocs.org/projects/oracle-cloud-infrastructure-python-sdk/builds/7208465/
The text was updated successfully, but these errors were encountered: