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

Etablere bruk av FusionCache som erstatning for IDistributedCache #274

Closed
1 task done
Tracked by #41
elsand opened this issue Dec 11, 2023 · 1 comment
Closed
1 task done
Tracked by #41

Etablere bruk av FusionCache som erstatning for IDistributedCache #274

elsand opened this issue Dec 11, 2023 · 1 comment
Assignees

Comments

@elsand
Copy link
Collaborator

elsand commented Dec 11, 2023

I dag benyttes IDistributedCache direkte for å cache uthenting av RR. For å forbedre cachingen (fler-nivå, anti-stampede, eager refresh), tar vi i bruk FusionCache som en erstatning.

Implementasjon

  • Etablere named caches for NameRegistry, ResourceRegistry, OrganizationRegistry
  • Bruke Redis som nivå 2 distribuert cache
  • Etablere backplane via Redis for å oppdatere nivå 1 cacher på tvers av replikas
  • Bruk av jitter for å unngå stampede

Tasks

Preview Give feedback

Avhengig av

Se også

@elsand elsand changed the title Etablere populering av cache Etablere populering av Redis-cache med informasjon fra RR Dec 14, 2023
@elsand elsand added this to the Fullskala produksjon milestone Dec 14, 2023
@elsand elsand moved this from Nye issues to 🔖 Klar for implementering in Dialogporten / Arbeidsflate Dec 14, 2023
@elsand elsand changed the title Etablere populering av Redis-cache med informasjon fra RR Etablere async refreshing av Redis-cache med informasjon fra RR Dec 14, 2023
@elsand elsand changed the title Etablere async refreshing av Redis-cache med informasjon fra RR Etablere bruk av FusionCache som erstatning for IDistributedCache Mar 12, 2024
@arealmaas arealmaas self-assigned this Mar 27, 2024
@arealmaas arealmaas moved this from 🔖 Klar for implementering to Under arbeid in Dialogporten / Arbeidsflate Mar 27, 2024
arealmaas added a commit that referenced this issue Apr 3, 2024
related to #274

- Legger til
[FusionCache](https://github.com/ZiggyCreatures/FusionCache) som
erstatning for IDistributedCache med sunne verdier som default settings.
Alt av settings kan overstyres i service-kallet.
- For å lage en ny cache bruker vi named caches. Navn på cache på
eksplisitt oppgis.
- Bruker Redis som backplane

TODO i neste PR: Bind til IConfiguration for å gjøre det konfigurerbart
via app configuration

---------

Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
@arealmaas arealmaas moved this from Under arbeid to Testing in Dialogporten / Arbeidsflate Apr 3, 2024
@arealmaas
Copy link
Collaborator

arealmaas commented Apr 4, 2024

Ang. kommentaren her om binding av konfigurasjon. Sånn halvveis implementert, men valgte å avvente litt. Begynte å tenke på hva vi egentlig har lyst til å endre av konfigurasjon on the fly her 🤔. Holder det med å kunne endre default-verdier, eller skal vi støtte konfigurasjon av spesifikke caches (kunne jo vært kjekt for å f.eks raskt endre Duration for en av registryene f.eks)?

Er kanskje ikke krise om vi må bygge image på nytt om vi endre noen av disse settingsene heller. 🤔 Cache-busting osv kan vi gjøre utenom om det skulle oppstå problemer knyttet til det vi må løse fort.

@elsand elsand closed this as completed Apr 29, 2024
@github-project-automation github-project-automation bot moved this from Testing / review to Ferdig in Dialogporten / Arbeidsflate Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants