Purge Users Notifications
Purge users notification feeds based on criteria.
This flow is a preset version of the "Purge Activities" generic job, providing out-of-the-box parameters for regular pruning of users notifications (activities). It should be run on a regular basis to avoid growing the on-file activities database to a very large size.
Parameters¶
Name | Type | Default | Mandatory | Description |
---|---|---|---|---|
KeepAtLeast | integer | 1 | false | Keep at least N notifications in the user inbox. |
KeepMax | integer | 10 | false | Maximum number of notifications to be kept in each user's inbox. |
UpdatedDays | integer | 30 | false | Purge notifications received before this date (today minus N days). |
CompactDB | boolean | true | false | For Bolt implementation, compact database after purge |
ClearBackups | boolean | false | false | After DB compaction, remove original db, otherwise keep a backup (default) |
Trigger Type¶
Manual