We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Requests made in loops should be parallelized. See #1 for an example, where gfa.get_avalanche_warnings_as_json() was parallelized.
gfa.get_avalanche_warnings_as_json()
The one function that I found where this has to be done is gfa.get_landslide_warnings_as_json().
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.
go._make_one_request()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: