Skip to content

Enhance metabase init retry logic#2298

Merged
cb-github-robot merged 1 commit intocloud-barista:mainfrom
seokho-son:main
Jan 28, 2026
Merged

Enhance metabase init retry logic#2298
cb-github-robot merged 1 commit intocloud-barista:mainfrom
seokho-son:main

Conversation

@seokho-son
Copy link
Copy Markdown
Member

To make the metabase correctly initialized. (setting up postgresql configuration)

Signed-off-by: Seokho Son <shsongist@gmail.com>
Copilot AI review requested due to automatic review settings January 28, 2026 06:14
@seokho-son
Copy link
Copy Markdown
Member Author

/approve

@github-actions github-actions bot added the approved This PR is approved and will be merged soon. label Jan 28, 2026
@cb-github-robot cb-github-robot merged commit e5eb6ef into cloud-barista:main Jan 28, 2026
8 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the metabase initialization process with retry logic and improved PostgreSQL dependency management. The changes make the metabase setup more robust by retrying up to 3 times with 30-second delays between attempts, and by ensuring PostgreSQL is healthy before attempting initialization.

Changes:

  • Added retry logic (3 attempts with 30s delays) for metabase initialization
  • Enhanced PostgreSQL dependency with health check condition
  • Improved logging and user feedback messages
  • Updated cb-mapui image version to 0.12.7

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# This is the Map-based client for CB-Tumblebug.
cb-mapui:
image: cloudbaristaorg/cb-mapui:0.12.6
image: cloudbaristaorg/cb-mapui:0.12.7
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cb-mapui version bump from 0.12.6 to 0.12.7 is included in this PR but is not mentioned in the PR description. The PR description focuses solely on "Enhance metabase init retry logic" and "setting up postgresql configuration". If this version change is related to the metabase improvements, consider updating the PR description to clarify the connection. If it's unrelated, consider moving it to a separate PR for better change tracking.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved This PR is approved and will be merged soon.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants