gitlab-org--gitlab-foss/changelogs/unreleased/64257-active_session_lookup_key_cleanup.yml
Imre Farkas 313f145b55
Rake task to cleanup expired ActiveSession lookup keys
In some cases ActiveSession.cleanup was not called after authentication,
so for some user ActiveSession lookup keys grew without ever cleaning
up. This Rake task manually iterates over the lookup keys and removes
ones without existing ActiveSession.
2019-07-22 17:15:57 +02:00

5 lines
113 B
YAML

---
title: Rake task to cleanup expired ActiveSession lookup keys
merge_request: 30668
author:
type: performance