Use bounded concurrent collector fetches - #824
Merged
Merged
Conversation
OpenAI gpt-5.6-sol via OpenCode implemented the bounded concurrent validated-IP transport and deterministic tests. Chris Huber reviewed and remains responsible for every line.
OpenAI gpt-5.6-sol via OpenCode restored focused WordPress formatting and verified the concurrent URL transport. Chris Huber reviewed and remains responsible for every line.
OpenAI gpt-5.6-sol via OpenCode was used to trace the collector scheduling path and draft the implementation and deterministic tests. Chris Huber reviewed and remains responsible for the change.
OpenAI gpt-5.6-sol via OpenCode was used to repair scoped WordPress formatting and PHPStan findings. Chris Huber reviewed and remains responsible for the change.
OpenAI gpt-5.6-sol via OpenCode was used to integrate retry pacing, implement deterministic bounded collector acquisition, and add transport-backed tests. Chris Huber reviewed and remains responsible for every line.
chubes4
changed the base branch from
feat/820-concurrent-http-transport
to
main
August 3, 2026 16:51
Resolve collector integration conflicts after the concurrent transport and retry pacing squash merges. AI assistance: OpenAI gpt-5.6-sol via OpenCode reconciled the merge, resolved conflicts, and ran validation. Chris Huber remains responsible for every line.
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.
Fixes #814
Depends on #822 and is intentionally stacked on
feat/820-concurrent-http-transport. Merge #822 first.Summary
92163bc4,ccef5e2b).Static_Site_Importer_URL_Fetcher::fetch_many()with a global limit of 4 and per-origin limit of 2.Evidence
php tests/smoke-url-site-collector.phppassed 53 assertions, including bounded global/per-origin in-flight acquisition, deliberately out-of-order completions, serial-equivalent snapshot hashes/diagnostics, and a transport-backed wall-clock reduction against serial delays.php tests/smoke-url-batch-import.phppassed.php tests/smoke-url-concurrent-fetcher.phppassed.git diff --checkpassed.ecdffaff-414c-4395-a73b-09fb7c9c32df.97b18760-8659-4f80-bb05-37a1630d4a73.AI Assistance
OpenAI gpt-5.6-sol via OpenCode integrated retry pacing, implemented deterministic bounded collector acquisition, and added transport-backed tests. Chris Huber reviewed and remains responsible for every line.