Purge Cluster Members batch process
Code |
|
Categories |
|
Implementation |
Batch process |
Stoppable |
No (single phase process) |
Schedule |
On the first day of each month, at 2:00 a.m. |
Class |
PurgeClusterMembers.gs |
The Purge Cluster Members batch process purges ClusterMemberData entities. This
process uses Gosu class PurgeClusterMembers to read the value of
the ClusterMemberPurgeDaysOld parameter in
config.xml. The process then uses this value to determine
to purge the ClusterMemberData entities that have a
LastUpdate value prior to the current date minus the value of
the ClusterMemberPurgeDaysOld.
