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

feat(ingest): Use NCBI API key, and don't retry, to not exceed request limits #1845

Merged
merged 1 commit into from
May 10, 2024

Conversation

corneliusroemer
Copy link
Contributor

@corneliusroemer corneliusroemer commented May 10, 2024

  • Don't retry when NCBI ingest fails, as this causes rate limits to trip
  • Use NCBI API Key. In cleartext for now (while we're private that's no problem). It's easy to generate these keys and easy to reset so there's no risk to using it like this right now. For proper encryption see Set NCBI API key through secret #1844

@corneliusroemer corneliusroemer merged commit 1dbfcba into main May 10, 2024
7 checks passed
@corneliusroemer corneliusroemer deleted the ingest-api branch May 10, 2024 06:39
corneliusroemer added a commit that referenced this pull request May 10, 2024
…t limits (#1845)

-Don't retry when NCBI ingest fails, as this causes rate limits to trip
-Use NCBI API Key. In cleartext for now (while we're private that's no problem). It's easy to generate these keys and easy to reset so there's no risk to using it like this right now. For proper encryption see Set NCBI API key through secret #1844

(cherry picked from commit 1dbfcba)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants