feat(session-cleanup): implement session expiration cleanup #221

Merged
argoyle merged 1 commits from feat/session-expiration-cleanup into main 2025-12-29 12:17:55 +00:00
argoyle commented 2025-12-29 12:15:00 +00:00 (Migrated from gitlab.com)

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.

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.
argoyle commented 2025-12-29 12:15:01 +00:00 (Migrated from gitlab.com)

requested review from @GitLabDuo

requested review from @GitLabDuo
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-12-29 12:15:26 +00:00
argoyle commented 2025-12-29 12:17:55 +00:00 (Migrated from gitlab.com)

mentioned in commit ce5fd95bed

mentioned in commit ce5fd95bed377a9a445c49e96f950b8f4df95b4f
argoyle (Migrated from gitlab.com) merged commit ce5fd95bed into main 2025-12-29 12:17:55 +00:00
GitLabDuo commented 2025-12-29 12:45:07 +00:00 (Migrated from gitlab.com)

⚠️ Something went wrong and the review request was stopped. Please request a new review.

:warning: Something went wrong and the review request was stopped. Please request a new review.
Sign in to join this conversation.