Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARAX Error 429s on MVP2 Q's sometimes. #45

Open
sharatisrani opened this issue Aug 30, 2023 · 2 comments
Open

ARAX Error 429s on MVP2 Q's sometimes. #45

sharatisrani opened this issue Aug 30, 2023 · 2 comments
Assignees
Labels
critical important to fix

Comments

@sharatisrani
Copy link
Collaborator

On CI, ARAX gave error 429s on the first two MVP2 queries. These 4 Q's were run concurrently with 8 MVP1 Qs, where ARAX returned fine.

BRCA1 "pk": "2ce4178b-c494-4ba2-b877-d6bce33f9f7e"
PCSK9 "pk": "1a89b7d4-f672-4c33-946d-76395383797f",
MUC5B "pk": "682f8ee2-5098-40e8-ac70-79c31e6084ed",
SMARCE1 "pk": "3cf9ca65-0e76-4bd6-ab95-51f6cd8ac603",

@sharatisrani sharatisrani added the critical important to fix label Aug 30, 2023
@dkoslicki
Copy link
Member

Error 429 indicates that too many requests had been made by that user. This is usually triggered when someone is running queries programmatically and were put in place to keep the load under ARAX manageable. I.e. this is expected/intended behavior as indicated in the error message:

Query could not be run due to exceeded limits

OverLimit

Trying again returns results as expected: https://arax.ncats.io/?r=163456

@dkoslicki
Copy link
Member

By the way, I don't think I can close issues or add labels, so I'll leave it to @sharatisrani to handle issues as he likes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical important to fix
Projects
None yet
Development

No branches or pull requests

2 participants