Skip to content

Implement TUS store cleanup #279

Description

@ccoulombe

Either use a simple cron job + find+rm command (1), ie

/bin/find /mnt/nfs/data/tus -mindepth 1 -maxdepth 1 -mtime +5 ! -name '.nfs*' -exec rm -rvf {} + | tee -a /mnt/nfs/galaxy/var/log/cleanup_tus_upload_store.log;

Or Implement a Celery task like done to old failed jobs (2). See enable_failed_jobs_working_directory_cleanup

Probably 2 is better

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions