The Cleanup module ensures efficient system performance and storage management by automatically removing processed batches after a specified time interval.
It is a fully unattended operation, running in the background according to configurations defined in the Admin Setup, with no manual intervention required once deployed.
Administrators can enable or disable the batch cleanup feature per project or process.
Clean Type Options
Immediate:
The batch is deleted right after completion.
By Days:
Define a grace period (e.g., 60 days) after which completed batches are
automatically removed.
Customize the number of days to retain completed batches to meet audit or compliance requirements.
Execution Modes Supported:Runs at predefined intervals using task schedulers.
Manual Run ApplicationCan be triggered manually for ad hoc cleanup.
Windows ServiceOperates continuously in the background on Windows systems.
Azure ServiceExecutes via Azure Functions/WebJobs for cloud-native setups.
AWS ServiceRuns as a Lambda function or service integrated with AWS resources.