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

fix(#15): fix parallelism issue with remote cache #16

Merged
merged 1 commit into from
Dec 15, 2021
Merged

Conversation

natemoo-re
Copy link
Owner

Closes #15. My caching logic was not handling parallel requests properly, so when Astro used Promise.all() to render children in a map, only the first request was resolving properly.

@vercel
Copy link

vercel bot commented Dec 15, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nmoo/api-astroicon/Ai4pqhZ4TTnB9jaJBDyCorxHjDJd
✅ Preview: https://api-astroicon-git-fix-map-nmoo.vercel.app

@natemoo-re natemoo-re merged commit 9ff5e7d into main Dec 15, 2021
@natemoo-re natemoo-re deleted the fix/map branch December 15, 2021 04:23
@github-actions github-actions bot mentioned this pull request Dec 15, 2021
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.

Inserting an <Icon /> element into map will fail on first render & all build
1 participant