-
-
Notifications
You must be signed in to change notification settings - Fork 27
fix(sentry): optimize HttpClient memory usage and error handling #905
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
db99b9b
fix(sentry): optimize HttpClient memory usage and error handling
huangdijia e1f73f0
fix(HttpClient): improve channel initialization and request handling …
huangdijia 0c75dec
fix(HttpClient): prevent redundant loop initialization in channel man…
huangdijia 6889d4d
fix(sentry): increase HTTP concurrent limit to improve request handling
huangdijia 1eaaa87
fix(HttpClient): increase default concurrent limit to improve request…
huangdijia 93a1026
fix(HttpClient): add memory usage and channel size logging in loop in…
huangdijia fdf031a
fix(HttpClient): rename variable for clarity in error handling
huangdijia 15cc22a
fix(HttpClient): exit loop if channel is closing or pop fails
huangdijia 9ec9e21
fix(HttpClient): comment out memory usage and channel size logging in…
huangdijia a4a6a67
fix(HttpClient): use func_get_args() for pushing requests to the channel
huangdijia 51bd63a
fix(sentry): reduce default HTTP concurrent limit from 1000 to 100
huangdijia 4cc0b5c
更新 HttpClient.php
huangdijia 433b9f5
fix(HttpClient): rename closure variable to callable for clarity
huangdijia c30d560
fix(HttpClient): refactor request channel push and restore close method
huangdijia 54ad2f2
fix(HttpClient): clear callable and args variables after use
huangdijia e7e11e3
fix(HttpClient): update request pushing to use explicit parameters
huangdijia e78deb2
fix(HttpClient): ensure channel is closed after request processing
huangdijia ec1d335
fix(HttpClient): simplify channel initialization and loop handling
huangdijia 708c21e
Revert "fix(HttpClient): simplify channel initialization and loop han…
huangdijia 52dd80b
fix(HttpClient): refactor channel initialization and loop handling
huangdijia a80204a
fix(HttpClient): update channel reference in memory usage logging
huangdijia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.