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

Make asynchronous download optional #17

Merged
merged 6 commits into from
Jan 17, 2024
Merged

Make asynchronous download optional #17

merged 6 commits into from
Jan 17, 2024

Conversation

sterrettJD
Copy link
Contributor

It seems like KEGG has increased the "cool down" period after forbidding a user for making too many requests. With this being the case, the strategy of "try to download in parallel unless KEGG stops us, then switch to non-parallel downloading" doesn't really work due to this new "cool down" period.

Now, the downloader has a try_async argument which can be disabled to skip the attempt to download in parallel.

Version also bumped.

Also REACTION added to fields not captured, since that was erroring.

@sterrettJD sterrettJD merged commit 1f8e92c into master Jan 17, 2024
4 checks passed
@sterrettJD
Copy link
Contributor Author

This should hopefully fix the newest issue mentioned in lozuponelab/AMON#9 ? At least it does on my end.

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.

1 participant