chore(harvest): shallow-bootstrap the four seed-only connectors#162
Merged
Conversation
applicantpool, rippling, manatal and pageup had real cdx/path discovery patterns but shipped seed-only (3 tenants each) and never had a bootstrap discover run. discover them over the six most recent common crawl snapshots, minting the currently-live corpus. new slugs land as transient_failure with an epoch last_probed_at, so the next reprobe promotes the live ones immediately. pageup rows carry the recovered host/instance/clientkey metadata needed to dispatch its composite tenancy. applicantpool 3->261, rippling 3->1774, manatal 3->1827, pageup 3->30.
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.
Completes the thin-ATS remediation.
applicantpool,rippling,manatal,pageuphad working discovery patterns but shipped seed-only (live=3) and never had a bootstrap run — so unlike the six connectors just fixed, they had no backlog to backfill. This runs the same shallow discover (six most recent Common Crawl snapshots,--skip-probe).Result — 12 → 3,892 tenants
Notes
transient_failurewith an epochlast_probed_at(the fix from fix(harvest): reprobe newly-discovered slugs on the next pass #161 in action — verified: 0 non-epoch rows), so the next reprobe promotes the live ones immediately instead of after a 7-day wait.{host, instance, clientkey}metadata needed to dispatch (slug = clientkey, best-effort per the pattern's documented design; an operator seeds{instance}-{clientkey}where clientkeys collide).data/harvest-state/*records the six processed snapshots so incremental discovery stays warm.