mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-08-24 18:14:10 -05:00
chore: add TODO for cleanup routine
This commit is contained in:
@@ -15,6 +15,8 @@ async function runCleanSprData(): Promise<void> {
|
||||
const deletedData = await deleteOldCECData(timestampInPast, processingLimit);
|
||||
logger.info(`Deleted one batch of ${deletedData.length} CEC data objects, preparing CDN removal`);
|
||||
|
||||
// TODO remove references to CEC datas that have been removed
|
||||
|
||||
// TODO CDN removal
|
||||
|
||||
totalRemoved += deletedData.length;
|
||||
|
||||
Reference in New Issue
Block a user