monai-deploy icon indicating copy to clipboard operation
monai-deploy copied to clipboard

MD Express: Request a way to clean up data from incoming requests

Open AHarouni opened this issue 1 year ago • 2 comments

Dicom images can be sent to MD express where it would be stored then initiate a pipeline. Requesting to have a way to delete this dicom data after X hours from the task being completed/failed. May be have a storage disk limit in Gb or something. Otherwise if we leave the system up long enough we would run out of disk space

One workaround may be to use shared volumes in the docker compose as

volumes: { incoming-dicom-data: {} }

Then instruct user to delete that volume after as

docker compose down
docer volume rm incoming-dicom-data

AHarouni avatar Nov 01 '22 20:11 AHarouni