Fix ProductApi association race during API publishing - #256
Merged
2 commits merged intoSep 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: azaslonov <2320302+azaslonov@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Swagger API publish timeout with overrides
Fix ProductApi association race during API publishing
Aug 31, 2026
Aleksey Zheltov (Alexey-Zheltov)
marked this pull request as ready for review
September 3, 2026 08:32
Collaborator
|
Tested this locally in a dev container on top of latest
Also merged this together with #255 into a combined branch to check for conflicts — no conflicts (this PR only touches LGTM from a testing standpoint 👍 |
Aleksey Zheltov (Alexey-Zheltov)
approved these changes
Sep 3, 2026
Aleksey Zheltov (Alexey-Zheltov)
left a comment
Collaborator
There was a problem hiding this comment.
LGTM Products correctly wait for API publishing to complete in tier 2, verified locally with full test suite passing and no conflicts with #255.
42f182d
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.
APIs and Products were published concurrently, allowing ProductApi associations to run before asynchronous API provisioning completed. This caused
API not founderrors and Swagger/OpenAPI publish timeouts, particularly with overrides.Changes