Bug #8760
Timeouts when downloading digital objects during csv:import stops entire task
Status: | Verified | Start date: | 07/30/2015 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Mike Gale | % Done: | 0% | |
Category: | CSV import | |||
Target version: | Release 2.3.0 | |||
Google Code Legacy ID: | Tested version: | 2.2, 2.3 | ||
Sponsored: | No | Requires documentation: |
Description
When importing CSVs into AtoM, if the user has digital objects in the digitalObjectURI column that timeout while trying to download, AtoM will display an error about the timeout, then exit the entire task.
We should do something like have it retry to download the digital object a few times, then finally give up. And if it gives up, continue on with the import task after displaying a warning.
Related issues
History
#2 Updated by Mike Gale almost 7 years ago
- Related to Bug #8761: Timeouts when downloading digital objects during import:bulk for EAD stops entire task added
#3 Updated by Mike Gale almost 7 years ago
- File 0001-Better-timeout-handling-for-csv-import-8760.patch
added
- Status changed from New to Code Review
- Assignee changed from Mike Gale to Mike Cantelon
#4 Updated by Mike Cantelon almost 7 years ago
(Going to code review this right now... sorry for delay.)
#5 Updated by Mike Cantelon almost 7 years ago
- Status changed from Code Review to Feedback
- Assignee changed from Mike Cantelon to Mike Gale
That code seems solid to me.
#6 Updated by Mike Gale almost 7 years ago
- Status changed from Feedback to Verified
Merged. I also tested it locally.