forked from cloudflare/pingora
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync commits #64
Open
coco-speed
wants to merge
13
commits into
main
Choose a base branch
from
upstream/bleeper-andrewhauck-f123f5e43e
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sync commits #64
Conversation
This file contains 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
Before this change, the retry only happens on reused connections. The shutting down could also happen on new connections as well. So this change will retry in both cases.
--- Specified quick_cache version because older version was being loaded on build Includes-commit: 3f5419e Includes-commit: de83f0a Replicated-from: cloudflare#248
There could be a race condition where a Stale request waiting on cache lock retries the cache lock and lookup, but enters cache_miss after finding the asset is no longer present.
--- Update docs/user_guide/ratelimiter.md --- docs: add upstream_request_filter to fix forbidden error of RateLimiter --- Update ratelimiter.md update rate_limiter_map initialize code Co-authored-by: Dany Gagnon <ddanygagnon@gmail.com> Co-authored-by: Xia Lei <xialeistudio@gmail.com> Includes-commit: 461d384 Includes-commit: 8023171 Includes-commit: 99ed87f Includes-commit: bffc9f4 Replicated-from: cloudflare#120
This cache phase indicates when we are serving a stale cache hit, but there is another request currently updating the asset.
--- test: add test for upstream health observe --- renamed the function and added doc to make it intelligible --- fix clippy error --- Merge branch 'main' into main --- test: fix test for backend do update Co-authored-by: Tree Xie <tree.xie@outlook.com> Includes-commit: 1421c26 Includes-commit: 695d549 Includes-commit: 6a09b52 Includes-commit: 72d6ee0 Includes-commit: e6c2af0 Includes-commit: fb62869 Replicated-from: cloudflare#325
CodSpeed Performance ReportMerging #64 will not alter performanceComparing Summary
|
coco-speed
force-pushed
the
main
branch
2 times, most recently
from
August 16, 2024 17:40
972578d
to
143f455
Compare
coco-speed
force-pushed
the
main
branch
2 times, most recently
from
August 23, 2024 21:55
5f4f3a5
to
ccdb32c
Compare
coco-speed
force-pushed
the
main
branch
4 times, most recently
from
August 30, 2024 18:20
238a17a
to
fa851d6
Compare
coco-speed
force-pushed
the
main
branch
2 times, most recently
from
September 20, 2024 02:00
d94ad0d
to
4b82093
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request was created automatically by CodSpeed to track performance changes of the pull request cloudflare/pingora#348.
The original branch is upstream/bleeper-andrewhauck-f123f5e43e