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(kv_store): support parallel requests #429

Merged
merged 1 commit into from
May 9, 2023

Conversation

Integralist
Copy link
Collaborator

While developing a 'batch processing' pipeline into the Fastly CLI I discovered go-fastly was serialising the API calls even though the CLI was trying to process the calls concurrently. This fix means the CLI pipeline was sped up by ~84%.

@Integralist Integralist added the enhancement New feature or request label May 9, 2023
@Integralist Integralist merged commit 6c4525e into main May 9, 2023
@Integralist Integralist deleted the integralist/kvstore-parallel-bug branch May 9, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant