Skip to content

Consume the entire response from every GraceDb request

Make sure to consume the entire response from every GraceDb API request. This will ensure that GraceDb API call has completed before the pipeline continues, and will fix errors like we encountered with S190426c where the pipeline would march along before uploads had finished.

Merge request reports