SpBundle icon indicating copy to clipboard operation
SpBundle copied to clipboard

Documentation does not mention cleaning up idEntry table

Open gggeek opened this issue 4 years ago • 0 comments

Following the instructions at https://www.lightsaml.com/SP-Bundle/Getting-started/, the app will create and use an 'IdEntry' db table, where entities get added but never removed from.

I think that it is good practice to avoid that table from growing unbounded.

The getting-started tutorial could give an example of a cleanup cronjob, or at least recommend setting one up.

Q: is everything in the table with an expired expiryTimestamp safe to remove, or should we leave in things for a period after expiration, such 1-month?

gggeek avatar Apr 25 '20 10:04 gggeek