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
It looks like python sdk has internal rpm limits cause it slows down quite much when DEFAULT_SPLIT_SIZE is changed.
DEFAULT_SPLIT_SIZE = 1 Average response time: 235s for 500 isochrones
DEFAULT_SPLIT_SIZE = 10 Average response time: 51s for 500 isochrones
The text was updated successfully, but these errors were encountered:
https://medium.com/@mkaanerkoc/how-to-send-bulk-http-requests-with-aiohttp-asyncio-in-python-62aee008e057
Sorry, something went wrong.
It would be great to add a section in readme which explains why it happens and add some examples how to send parallel requests with python sdk.
No branches or pull requests
It looks like python sdk has internal rpm limits cause it slows down quite much when DEFAULT_SPLIT_SIZE is changed.
DEFAULT_SPLIT_SIZE = 1
Average response time: 235s for 500 isochrones
DEFAULT_SPLIT_SIZE = 10
Average response time: 51s for 500 isochrones
The text was updated successfully, but these errors were encountered: