Remember-Me token cleanup task configuration

The Remember-Me Token Cleanup Task deletes expired Remember-Me tokens from the database.

To configure it:

  1. Go to:
    Service Container >> Services >> Task Scheduler Config
  2. Add a Task Schedule
  3. In the schedule use the Remember-Me Token Cleanup Task
  4. Make sure to use the same Remember-Me Settings as used in the Loginapp REST API.
     

Cleanup task settings

We recommend running this cleanup task on a regular basis i.e. daily and setting a proper batch size to avoid row locks. Cleanup may take some time and should be done at times with low traffic.

Task Schedule Settings

Supportive information

Interval

  • We recommend choosing 1d to run the task on a daily basis.

First Time

  • When left blank, the task will use the time of the first execution.
  • When set in hh:mm:ss the task will run based upon the given start time and the interval.

Name

  • Choose a self-explanatory unique name here, that can easily be identified in the logs and the service console.
 
Info

The main Remember-Me settings are described in Remember-Me settings and configuration for the Loginapp REST API.