blackducksoftware / hub-rest-api-python

HUB REST API Python bindings
Apache License 2.0
89 stars 105 forks source link

Update notices report generation to check for 412 unfinished report c… #141

Closed shanko07 closed 3 years ago

shanko07 commented 3 years ago

Using this example function, it will automatically retry up to 10 times if anything but a 200 response comes. However, during a test the server took a long time in processing state creating the report. I realized there is a specific response of 412 with a specific error code that indicates the report is still processing. This change would not decrement the retries if this message is received.