-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(templates): bump dns_stale_ttl
default to 1 hour
#12087
Conversation
22b91ea
to
095e772
Compare
095e772
to
3942a51
Compare
Hold off merging for now until @hbagdi agrees with the TTL value. |
dns_stale_ttl
default to 1 daydns_stale_ttl
default to 1 hour
A longer stale TTL can help ease the load on these slower DNS servers, reducing proxy latency and making the product more adaptable to their speed. KAG-3080
Co-authored-by: Datong Sun <datong.sun@konghq.com>
360deb9
to
ed4f209
Compare
Co-authored-by: Datong Sun <datong.sun@konghq.com>
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
Git push to origin failed for release/2.8.x with exitcode 1 |
Successfully created cherry-pick PR for |
Git push to origin failed for release/2.8.x with exitcode 1 |
Successfully created backport PR for |
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
Git push to origin failed for release/3.2.x with exitcode 1 |
Git push to origin failed for release/3.3.x with exitcode 1 |
'git push --set-upstream upstream cherry-pick-12087-to-master-to-upstream' failed with exit code 1 |
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.4.x
git worktree add -d .worktree/backport-12087-to-release/3.4.x origin/release/3.4.x
cd .worktree/backport-12087-to-release/3.4.x
git switch --create backport-12087-to-release/3.4.x
git cherry-pick -x 533d3f76177596dcb9b5911dec52eb2cfff9fdf7 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.5.x
git worktree add -d .worktree/backport-12087-to-release/3.5.x origin/release/3.5.x
cd .worktree/backport-12087-to-release/3.5.x
git switch --create backport-12087-to-release/3.5.x
git cherry-pick -x 533d3f76177596dcb9b5911dec52eb2cfff9fdf7 |
Successfully created backport PR for |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.4.x
git worktree add -d .worktree/backport-12087-to-release/3.4.x origin/release/3.4.x
cd .worktree/backport-12087-to-release/3.4.x
git switch --create backport-12087-to-release/3.4.x
git cherry-pick -x 533d3f76177596dcb9b5911dec52eb2cfff9fdf7 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.5.x
git worktree add -d .worktree/backport-12087-to-release/3.5.x origin/release/3.5.x
cd .worktree/backport-12087-to-release/3.5.x
git switch --create backport-12087-to-release/3.5.x
git cherry-pick -x 533d3f76177596dcb9b5911dec52eb2cfff9fdf7 |
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
A longer stale TTL can help reduce the load on less performant/reliable DNS servers, reducing proxy latency and availability impact to Kong's proxy path. KAG-3080 Co-authored-by: Datong Sun <datong.sun@konghq.com> --------- Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 533d3f7)
…)" This reverts commit 4fee6ca.
…)" This reverts commit 4fee6ca.
Summary
A longer stale TTL can help ease the load on these slower DNS servers, reducing proxy latency and making the product more adaptable to their speed.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdFull changelog
dns_stale_ttl
default to 1 dayIssue reference
Fix KAG-3080