mcneilco / acas

http://mcneilco.com/acas.html
GNU General Public License v3.0
12 stars 5 forks source link

ACAS-764: Clean up cmpdreg exported search results > 24 hours old #1152

Closed brianbolt closed 7 months ago

brianbolt commented 7 months ago

Description

Related Issue

ACAS-764

How Has This Been Tested?

  1. Basic Exported some search results and then ran: touch -d "25 hours ago" privateUploads/exportedSearchResults/*.sdf Verified the files were cleaned up

  2. Folder Added a folder to exportedSearchResults and verified this did not produce and error and was skipped

  3. Added a purposeful error inside the cleanUpExportedSearchResults function and verified that the exportSearchResults function continue to work (just to make sure this doesn't break export if it happens to error for some reason.

  4. Deployed this to a stage server with a lot of old exported search results and verified it cleaned up old files when I exported search results.