oncokb / oncokb-annotator

Annotates variants in MAF with OncoKB annotation.
GNU Affero General Public License v3.0
121 stars 59 forks source link

Add retry for annotation endpoints #158

Closed zhx828 closed 2 years ago

zhx828 commented 2 years ago

When API returns the following error code or timeout, we should retry the api call. API response code 429, 500, 502, 503, 504

This fixes https://github.com/oncokb/oncokb-annotator/issues/153