-
Notifications
You must be signed in to change notification settings - Fork 2
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
is async a possibility? #3
Comments
@njahn82 thoughts? |
@njahn82 @alessiabardi @joschirr any thoughts on whether you're okay with us doing async requests to the openaire API? Or woul you prefer we do not do that? A related question: Is there any rate limiting information on the API? I haven't seen any yet |
What do you mean "doing async requests"? Do you mean parallel requests?
|
Sort of in parallel - can be thought of as the same thing. Okay, thanks for the information. @pkraker seems like we can try async requests where they make sense and below the rate limits above. let me know if i should try that out |
Thanks @sckott! This would certainly be useful in the automated processing component for mass creation of maps that we will develop as part of the project. But since that is further down the line, I would prioritize the other tasks (implementing the rest of the parameters for |
Okay, thanks |
Is asynchronous requests wih the Openaire API acceptable/okay?
I don't know yet if we'll need it for the Openknowledgemaps use case, but just wondering if it's something that Openaire API devs are okay with.
The text was updated successfully, but these errors were encountered: