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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.