Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm unused redis #2905

Merged
merged 5 commits into from
Apr 30, 2024
Merged

rm unused redis #2905

merged 5 commits into from
Apr 30, 2024

Conversation

msnwatson
Copy link
Contributor

@msnwatson msnwatson commented Apr 25, 2024

What was the problem?

Redis was being configured, maintained, and deployed; however, it was not being used by any of our services.

To the reviewer, note there are no removals of any Redis client code within our applications as evidence that it was not being used.

Associated tickets or Slack threads:

How does this fix it?1

Unlike other PRs for this ticket, this does not correspond to the creation of a new repo. This is because LHDI has enabled the use of ElastiCache so that in the future, if we would like to use a Redis-like DataStore, it is not longer necessary for us to maintain our own instance.

How to test this PR

  • Remove deployments from escalating environments
  • Local successful build and testing
  • deployments of applications which had previously imported the Redis environment variables

Footnotes

  1. Pull-Requests guidelines. If PR is significant, update Current Software State wiki page.

@msnwatson msnwatson force-pushed the mwatson/rm-unused-svcs branch from ee46a79 to 4204dcd Compare April 26, 2024 21:10
Base automatically changed from mwatson/rm-unused-svcs to develop April 26, 2024 21:26
@msnwatson msnwatson force-pushed the mwatson/rm-unused-redis branch from 2ff8ecd to d160c4c Compare April 26, 2024 21:32
@msnwatson msnwatson marked this pull request as ready for review April 26, 2024 21:35
@msnwatson msnwatson requested a review from a team as a code owner April 26, 2024 21:35
Copy link
Contributor

github-actions bot commented Apr 26, 2024

Test Results

128 tests  ±0   128 ✅ ±0   42s ⏱️ -1s
 38 suites ±0     0 💤 ±0 
 38 files   ±0     0 ❌ ±0 

Results for commit 58fe1c7. ± Comparison against base commit b420c6d.

♻️ This comment has been updated with latest results.

Copy link
Contributor

JaCoCo Test Coverage

Overall Project 76.03%

There is no coverage information present for the Files changed

Copy link
Contributor

@lisac lisac left a comment

Choose a reason for hiding this comment

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

looks good to me!
verified codebase builds and runs locally in docker.

@lisac lisac force-pushed the mwatson/rm-unused-redis branch from dc62b34 to 58fe1c7 Compare April 30, 2024 15:10
@msnwatson msnwatson merged commit 6870a97 into develop Apr 30, 2024
1 check passed
@msnwatson msnwatson deleted the mwatson/rm-unused-redis branch April 30, 2024 20:48
Ponnia-M pushed a commit that referenced this pull request Jul 22, 2024
* mv api gateway

* run rabbit and redis on all profiles

* run rabbit and redis on all profiles

* rm unused redis

* rm redis ref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants