rec: keep cache warm for a list of names#17360
Open
omoerbeek wants to merge 14 commits into
Open
Conversation
miodvallat
reviewed
May 13, 2026
Coverage Report for CI Build 27267339905Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Coverage remained the same at 71.116%Details
Uncovered Changes
Coverage Regressions83 previously-covered lines in 16 files lost coverage.
Coverage Stats💛 - Coveralls |
omoerbeek
commented
Jun 1, 2026
Member
Author
|
Rebased to fix conflicts |
24898f4 to
302b787
Compare
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com> Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
…half the TTL has passed Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com> Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
c06a64b to
9c6fd12
Compare
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
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
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.
Short description
This is different from refresh-on-ttl-perc as it does not require a name/qtype to be queried to kick the refresh.
List is a
keepwarmkey in therecordcachesection. Value is a list, for example:If you have lots of names in the list you'll see
taskqueue-expiredgrow andtaskqueue-sizenever hitting zero. In that case increase the newrecursor.taskthreadssetting.Draft as tests and docs are missing.Checklist
I have: