You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no time limit on how long a dataset can be stored within the user directory. This is especially cumbersome, since erroneous uploads are redirected to the error directory, where they are stored until a user does (or forgets) manually delete it. This can accumulate if multiple failed uploads are provided.
Why do you need a solution?
1.) The uploaded datasets are not processed and take up space within the user home directoy and our system.
2.) Accumulation of error directories make it harder to track the current progress of an upload.
3.) Datasets should be linked and accessible to the correct metadata within the data manager, otherwise the FAIR principles are violated.
Ideas
1.) Introduce a cronjob/script checking if the modification date of a dataset within the users home directoy is above a certain time threshold.
Ideally inform the user automatically a week before the dataset will be deleted via email from the linked LDAP account.
The text was updated successfully, but these errors were encountered:
What are you missing?
Currently, there is no time limit on how long a dataset can be stored within the user directory. This is especially cumbersome, since erroneous uploads are redirected to the error directory, where they are stored until a user does (or forgets) manually delete it. This can accumulate if multiple failed uploads are provided.
Why do you need a solution?
1.) The uploaded datasets are not processed and take up space within the user home directoy and our system.
2.) Accumulation of error directories make it harder to track the current progress of an upload.
3.) Datasets should be linked and accessible to the correct metadata within the data manager, otherwise the FAIR principles are violated.
Ideas
1.) Introduce a cronjob/script checking if the modification date of a dataset within the users home directoy is above a certain time threshold.
Ideally inform the user automatically a week before the dataset will be deleted via email from the linked LDAP account.
The text was updated successfully, but these errors were encountered: