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

feat: redis cache #14158

Merged
merged 5 commits into from
Nov 26, 2024
Merged

feat: redis cache #14158

merged 5 commits into from
Nov 26, 2024

Conversation

mirkoSekulic
Copy link
Collaborator

@mirkoSekulic mirkoSekulic commented Nov 25, 2024

Description

Adds rediscache backplane for SignalR server.
Replaces Postgresql DistributedCache with Redis.

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)

Documentation

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

@mirkoSekulic mirkoSekulic marked this pull request as draft November 25, 2024 14:14
@github-actions github-actions bot added solution/studio/designer Issues related to the Altinn Studio Designer solution. backend kind/dependencies Used for issues or pull requests that are dependency updates labels Nov 25, 2024
@mirkoSekulic mirkoSekulic changed the title feature: redis cache feat: redis cache Nov 25, 2024
@mirkoSekulic mirkoSekulic force-pushed the feature/redis-backplane branch 4 times, most recently from fda4b34 to 7333654 Compare November 25, 2024 17:53
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.33%. Comparing base (ab1a970) to head (ae8feae).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14158   +/-   ##
=======================================
  Coverage   95.33%   95.33%           
=======================================
  Files        1783     1783           
  Lines       23230    23230           
  Branches     2693     2693           
=======================================
  Hits        22147    22147           
  Misses        836      836           
  Partials      247      247           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mirkoSekulic mirkoSekulic added the skip-manual-testing PRs that do not need to be tested manually label Nov 26, 2024
@mirkoSekulic mirkoSekulic force-pushed the feature/redis-backplane branch from f2e09c3 to ae8feae Compare November 26, 2024 13:01
@mirkoSekulic mirkoSekulic added skip-manual-testing PRs that do not need to be tested manually and removed skip-manual-testing PRs that do not need to be tested manually labels Nov 26, 2024
@mirkoSekulic mirkoSekulic merged commit c8847c4 into main Nov 26, 2024
17 checks passed
@mirkoSekulic mirkoSekulic deleted the feature/redis-backplane branch November 26, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend frontend kind/dependencies Used for issues or pull requests that are dependency updates quality/testing Tests that are missing, needs to be created or could be improved. skip-manual-testing PRs that do not need to be tested manually solution/studio/designer Issues related to the Altinn Studio Designer solution.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent SignalR to switch connection when Designer is scaled to multiple replicas
2 participants