Closed nabobalis closed 1 year ago
In GitLab by @wtbarnes on Oct 31, 2023, 13:35
mentioned in commit a9acf79c8d20aed154a8596258f1ff4853e64279
In GitLab by @wtbarnes on Oct 31, 2023, 13:36
mentioned in commit 2f2010e2b8593883f53e915cbf68ae163c652a11
In GitLab by @wtbarnes on Sep 4, 2023, 13:08
The gallery example entry that shows the effect of degradation as a function of time over the first 11 years of the mission (https://aiapy.readthedocs.io/en/stable/generated/gallery/correct_degradation.html#sphx-glr-generated-gallery-correct-degradation-py) is failing consistently. This seems to be due to the JSOC query failing repeatedly: https://gitlab.com/wtbarnes/aiapy/-/jobs/5005334717#L240. This is currently causing all of our doc builds to fail.
Notably, this example is not making an export request. It is only querying the metadata associated with each record. I suspect that the large date range is what is causing this failure. Until recently (a few days ago) this has not been issue.
I am also able to reproduce this failure locally,