Changed
- Ensure Harmony ServerExceptions with HTTP 500 are caught and retried,
while all other status codes are re-raised as NoRetryExceptions.
Commits
Merge pull request #70 from nasa/DAS-2481-hoss-noretry
DAS-2481 Reverse code to only retry on download and staging, otherwise no retries
DAS-2481 Fix pre-commit unsorted-imports
DAS-2481 Add 500 unit test, change parse_harmony_server_exception method
DAS-2481 Add no reties for ServiceException response bad request 400
DAS-2481 Add no reties for ServiceException response bad request 400