AllenInstitute / segmentation-labeling-app

Data pipeline and UI for human labeling of putative ROIs from 2p cell segmentations
Other
0 stars 0 forks source link

alternate round-trip file upload check #113

Closed djkapner closed 4 years ago

djkapner commented 4 years ago

for speed, we might benefit from offering an alternate to the current upload round-trip strategy which actually reads back from S3 to local disk and compares with the original file.

Acceptance criteria: Demonstrate mechanism to recover from job failure

djkapner commented 4 years ago

absorbed into #112