FLPATH-2679: Remove Redis from docker-compose and Helm Chart#30
Closed
gciavarrini wants to merge 3 commits intoinsights-onprem:mainfrom
Closed
FLPATH-2679: Remove Redis from docker-compose and Helm Chart#30gciavarrini wants to merge 3 commits intoinsights-onprem:mainfrom
gciavarrini wants to merge 3 commits intoinsights-onprem:mainfrom
Conversation
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Author
|
Replaced by #31 |
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.
Why do we need this change? 💭
Remove Redis as a dependency from the deployment infrastructur.
Redis was previously used for distributed locking in database migrations and job queuing in the sources-api-go service.
The sources-api-go service has been updated in insights-onprem/sources-api-go#1 to use PostgreSQL advisory locks instead of Redis for migration safety, eliminating the need for Redis infrastructure
Documentation update? 📝
Security Checklist 🔒
Upon raising this PR please go through RedHatInsights/secure-coding-checklist
💂♂️ Checklist 🎯
Signed-off-by: Gloria Ciavarrini gciavarrini@redhat.com