-
Notifications
You must be signed in to change notification settings - Fork 106
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
fix(sessions): periodically cleanup expired sessions #1939
fix(sessions): periodically cleanup expired sessions #1939
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Let's evaluate if we need to JWTs so that we don't need to maintain state on server-side. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Petu Eusebiu <[email protected]>
ff6e6dd
865194d
to
ff6e6dd
Compare
Codecov Report
@@ Coverage Diff @@
## main #1939 +/- ##
==========================================
- Coverage 91.93% 91.83% -0.11%
==========================================
Files 154 155 +1
Lines 26584 26667 +83
==========================================
+ Hits 24441 24490 +49
- Misses 1584 1611 +27
- Partials 559 566 +7
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Tests are failing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.