-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
@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? |
For now lets keep it as indefinite, but note on the website that depending on load data may not be kept on the site longer than 6 months. If there ends up being a lot of load we’d notify them of a change. OK?
Cheers,
Fiona
…__
Dr. Fiona S. L. Brinkman, PhD FRSC
Distinguished Professor,
Molecular Biology and Biochemistry Dept
Associate Professor, School of Computing Science,
and Faculty of Health Sciences
Rm SSB 8166, 8888 University Drive
Simon Fraser University, Burnaby, BC, Canada, V5A 1S6
Phone: 778-782-5646 Fax: 778-782-5583 Office: SSB 7110
http://www.brinkman.mbb.sfu.ca
On Nov 27, 2019, at 4:44 PM, Nolan Woods ***@***.***> wrote:
@fionabrinkman <https://github.com/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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#178?email_source=notifications&email_token=AEMF573KFEDR72GGK635BALQV3S4PA5CNFSM4HX7DBD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK2LUA#issuecomment-559261136>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEMF572QWIL3LXNUP2XNMCDQV3S4PANCNFSM4HX7DBDQ>.
|
Delegated to RCG via eSupport #549075 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: