JupiterOne-Archives / graph-artifactory

A graph conversion tool for https://www.jfrog.com/confluence/display/JFROG/JFrog+Artifactory
Mozilla Public License 2.0
1 stars 5 forks source link

retry artifacts request with half limit when timeout error #82

Closed RonaldEAM closed 5 months ago

RonaldEAM commented 5 months ago

We are getting timeout errors when requesting for artifacts, with this change I'm doing retries lowering the page size so hopefully the artifactory server responds in time. We are also getting 500 errors on the buildArtifact request, but I'm not sure what's the issue so I'm enabling the option to log the error body and see if there's more context there