market: bump market-backend to v0.6.63#3440
Merged
Merged
Conversation
Roll the framework cluster deploy image to v0.6.63 so clusters pick up the task-failure state-write guard: terminal-failure writes from the install/upgrade/clone path now overwrite the user_application_states row only when it is still "pending", so an install rejected by app-service no longer clobbers an upgradeFailed row into installFailed (beclab/market#309). Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
eball
approved these changes
Jun 21, 2026
eball
added a commit
that referenced
this pull request
Jun 22, 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.
Bump the framework cluster deploy image so clusters pick up market-backend v0.6.63.
v0.6.63 adds a guard to the task-failure state write: terminal-failure writes from the install / upgrade / clone path now overwrite the
user_application_statesrow only when it is stillpending. This stops aninstallrejected by app-service from clobbering anupgradeFailedrow intoinstallFailed(the divergence between Market's PG state and the app-service AM that wedged recovery of upload apps).Target Version for Merge
v1.12.7
Related Issues
PRs Involving Sub-Systems
https://github.com/beclab/market/pull/309
Other information:
market_deploy.yaml:beclab/market-backendv0.6.62 → v0.6.63. No manifest structure, env, or wiring changes — only the container image tag.Made with Cursor