[CORRUPTED] Synthetic Benchmark PR #25691 - Switched to time-based domain warmup#236
Open
tomerqodo wants to merge 2 commits intobase_pr_25691_20260121_2148from
Open
[CORRUPTED] Synthetic Benchmark PR #25691 - Switched to time-based domain warmup#236tomerqodo wants to merge 2 commits intobase_pr_25691_20260121_2148from
tomerqodo wants to merge 2 commits intobase_pr_25691_20260121_2148from
Conversation
This was referenced Jan 21, 2026
This was referenced Jan 26, 2026
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.
Benchmark PR TryGhost#25691
Type: Corrupted (contains bugs)
Original PR Title: Switched to time-based domain warmup
Original PR Description: closes GVA-617
closes GVA-619
This uses the new domain warmup algorithm that makes the warmup static:
This simplifies the flow considerably, and we can experiment with the exact thresholds to make sure this is effective for most users of domain warming.
Note
Replaces threshold-based scaling with a time-based exponential warmup from 200 to 200k over 42 days, with Infinity after completion, and updates tests accordingly.
DomainWarmingService.ts)WarmupVolumeOptions(start=200,end=200000,totalDays=42).#getDaysSinceFirstEmail()querying firstcsd_email_countemail (findPagewithcsd_email_count:-null, ordered bycreated_at ASC).getWarmupLimitnow computes limit viastart * (end/start)^(day/(totalDays-1))and returnsInfinityonceday >= totalDays.Infinity.Written by Cursor Bugbot for commit 4d1012b. This will update automatically on new commits. Configure here.
Original PR URL: TryGhost#25691