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: Send a max of one upload at a time #221

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

crleona
Copy link
Collaborator

@crleona crleona commented Aug 29, 2024

Summary

Limits us to one simultaneous upload to limit the amount of memory we use. Flush completions are now fired when the current flush (if any) completes, not necessarily the flush that kicked them off.

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: No

@crleona crleona requested a review from a team August 29, 2024 16:06
@crleona crleona merged commit 63e76d9 into main Aug 29, 2024
8 checks passed
@crleona crleona deleted the AMP-107637-one-simultaneous-upload branch August 29, 2024 16:27
github-actions bot pushed a commit that referenced this pull request Sep 5, 2024
## [1.9.1](v1.9.0...v1.9.1) (2024-09-05)

### Bug Fixes

* Add maxQueuedEventCount parameter to trim events in storage if over a limit ([#222](#222)) ([0134383](0134383))
* Send a max of one upload at a time ([#221](#221)) ([63e76d9](63e76d9))
@crleona crleona mentioned this pull request Sep 27, 2024
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.

3 participants