Enhance metabase init retry logic#2298
Conversation
Signed-off-by: Seokho Son <shsongist@gmail.com>
|
/approve |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
To make the metabase correctly initialized. (setting up postgresql configuration)