Details
-
Type: Improvement
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.10.3
-
Component/s: data retrieval services
-
Labels:None
-
Epic Link:
Description
Ensembl REST API queries can raise an HTTP 429 response (too many requests). Rather than failing the query, Jalview should:
- sleep and repeat the request again.
For successive HTTP-429 responses, we should inform the user that they should come back later.
- sleep and repeat the request again.
For successive HTTP-429 responses, we should inform the user that they should come back later.
Attachments
Issue Links
- related with
-
JAL-2269 Create a mockable HTTP client package to support unit testing
- In Progress