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

pokedex#7: "makes pokemon requests to downstream api concurrent" #15

Merged

Conversation

withtwoemms
Copy link
Owner

Summary:

Bottleneck assuaged as pokedex.api.client.get_pokemon is now powered by actionpack. The following call, which used to routinely take over 20 seconds, now runs in ~6 seconds now:

poetry run get-pokemon by --type ghost

Notes:

@withtwoemms withtwoemms merged commit 97b701d into main May 30, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

Fetching pokemon is slow
1 participant