Clarify pending reserved cash summary#43
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 39a13afa88
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| variable_scope: "repository", | ||
| }; | ||
| } | ||
| if (Object.keys(serviceTargetReservedCashPayload).length) { |
There was a problem hiding this comment.
Continue resolving the profile when service targets only carry cash
When a matching CLOUD_RUN_SERVICE_TARGETS_JSON entry has reserved-cash fields but no strategy_profile, this early return stops the existing fallback reads from RUNTIME_TARGET_JSON and STRATEGY_PROFILE. In that mixed configuration the UI now reports the current strategy as not read (and may fall back to the account default) even though a lower-priority profile is still available; the reserve-only result should be merged only after those profile sources have been checked.
Useful? React with 👍 / 👎.
Summary
Tests