FIx : CostOptimizer module config fix#168
Open
BSjaeyoung-kim wants to merge 3 commits into
Open
Conversation
BSjaeyoung-kim
commented
Jun 25, 2026
Member
- Modify all envs to conform to naming conventions
… naming to MC_COST_OPTIMIZER_ convention - 01_init_cost_db_ddl.sql: add recommendation_history (present in canonical mc-cost-optimizer mysql/init_cost_db_ddl.sql but missing in this deploy copy -> llm_recommender history endpoint returns 500) - .env.setup + docker-compose.yaml: env vars were inconsistently named (.env.setup defined CO_*, compose referenced MC_COST_OPTIMIZER_* for app config; a few compose port refs used CO_*) -> empty vars at runtime (cost-db no password, ml-scorer/gcp random ports). Standardize on the MC_COST_OPTIMIZER_* convention so .env.setup and compose match.
Point the mc-costopti-* image tags to 0.5.6 for the pre-release.
…env-vars fix(cost-optimizer): add recommendation_history table + align compose…
Member
|
@MZC-CSC @dogfootman |
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.