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

configure caches #108

Merged
merged 1 commit into from
Nov 15, 2022
Merged

configure caches #108

merged 1 commit into from
Nov 15, 2022

Conversation

wkloucek
Copy link
Contributor

@wkloucek wkloucek commented Nov 7, 2022

Description

The gateway and storage-users service normally share a common in-memory cache. Since they use active invalidation mechanisms we need to disable the cache or use an external cache as sonn as those two services don't run in the same process.

Related Issue

  • Fixes cache invalidation issues when running gateway and storage-users in different pods

Motivation and Context

Fixes cache invalidation issues when running gateway and storage-users in different pods and enable the usage of external caches.

How Has This Been Tested?

  • tested on experimental branch

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation generated (make docs) and committed
  • Documentation ticket raised:
  • Documentation PR created:

@rhafer rhafer merged commit 1a169a6 into master Nov 15, 2022
@delete-merged-branch delete-merged-branch bot deleted the configure-caches branch November 15, 2022 14:56
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