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

Parallelize downloads #7

Open
widforss opened this issue Feb 18, 2021 · 0 comments
Open

Parallelize downloads #7

widforss opened this issue Feb 18, 2021 · 0 comments

Comments

@widforss
Copy link
Member

widforss commented Feb 18, 2021

Requests made in loops should be parallelized. See #1 for an example, where gfa.get_avalanche_warnings_as_json() was parallelized.

The one function that I found where this has to be done is gfa.get_landslide_warnings_as_json().

There is also one instance in go._make_one_request() that could be done, but that one seems less straight-forward.

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

No branches or pull requests

1 participant