feat(session-cleanup): implement session expiration cleanup #221
Reference in New Issue
Block a user
Delete Branch "feat/session-expiration-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
adds a cleanup mechanism for expired sessions to prevent memory leaks by
deleting sessions and challenges that exceed the defined TTL. Each session
is assigned a creation timestamp, which is updated upon activity, and the
cleanup process runs every minute to maintain optimal memory usage.
requested review from @GitLabDuo
mentioned in commit
ce5fd95bed⚠️ Something went wrong and the review request was stopped. Please request a new review.