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

is async a possibility? #3

Open
sckott opened this issue Feb 28, 2018 · 6 comments
Open

is async a possibility? #3

sckott opened this issue Feb 28, 2018 · 6 comments

Comments

@sckott
Copy link
Contributor

sckott commented Feb 28, 2018

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.

@sckott
Copy link
Contributor Author

sckott commented Mar 9, 2018

@njahn82 thoughts?

@sckott
Copy link
Contributor Author

sckott commented Mar 19, 2018

@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

@alessiabardi
Copy link

What do you mean "doing async requests"? Do you mean parallel requests?
In this case consider that we allow

  • no more then 37 concurrent request in total (max 30 per single IP)
  • no more than 15 requests/second (in total, not per IP. If this limit is reached, requests will be delayed).

@sckott
Copy link
Contributor Author

sckott commented Mar 21, 2018

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

@pkraker
Copy link

pkraker commented Mar 22, 2018

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 roa_pubs and roa_datasets, in particular funder) over this task.

@sckott
Copy link
Contributor Author

sckott commented Mar 26, 2018

Okay, thanks

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

3 participants