Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AHarouni opened this issue Nov 1, 2022 · 2 comments
Open

Comments

@AHarouni
Copy link

AHarouni commented Nov 1, 2022

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
@mocsharp
Copy link
Collaborator

mocsharp commented Nov 1, 2022

Great idea! @AHarouni, please open a PR with the changes.

@JHancox
Copy link
Contributor

JHancox commented Dec 15, 2022

Using a volume actually makes sense because it also provides a solution to file resolution issues whilst running from within a container. I will be submitting PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants