RemoveOldContactDestructionRequest work queue
This work queue finds all PersonalDataDestructionRequest, PersonalDataContactDestructionRequest, and PersonalDataDestructionRequester objects that have the following values:
- RequestersNotified set to
true - PersonalDataContactDestructionRequest.DestructionDate plus the value of the ContactDestructionRequestAgeForPurgingResults configuration parameter is less than or equal to today’s date
- Each found request that
has AllRequestsFulfilled
equal to
trueis removed.
Note: The class that implements this work queue
is RemoveOldContactDestructionRequestWorkQueue.
