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

Set up garbage collector #178

Open
innovate-invent opened this issue Jun 13, 2019 · 3 comments
Open

Set up garbage collector #178

innovate-invent opened this issue Jun 13, 2019 · 3 comments
Assignees

Comments

@innovate-invent
Copy link
Collaborator

A garbage collector is needed to remove old users, their data, and analysis.
Most of the work has been done here:
https://github.com/galaxyproject/galaxy/tree/dev/scripts/cleanup_datasets

Some tweaking is required and logic needs to be added to check the last login time of the user.
Users not logged in after 3 months are deleted.
Hidden datasets (workflow intermediate data) is deleted after 30 days.

@innovate-invent innovate-invent self-assigned this Jun 13, 2019
@innovate-invent
Copy link
Collaborator Author

@fionabrinkman Would it be appropriate to delete anything that is older than 3 months despite the last time a user logged in? or should active users be able to keep data indefinitely?

@fionabrinkman
Copy link

fionabrinkman commented Nov 27, 2019 via email

@innovate-invent
Copy link
Collaborator Author

Delegated to RCG via eSupport #549075

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

No branches or pull requests

2 participants