Job to clean up deleted files #28
Labels
No Label
Bug
Deployed to: Production
Deployed to: Staging
Feature Request
Infrastructure
Out-there Idea
Ready to Deploy
Scope: APIs
Scope: Authentication
Scope: Databases
Scope: Exports
Scope: Plugins
Under Development
Won't Fix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Noded/backend#28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, when a file is deleted from a file box, the file ID is removed from the file box record, but the file is preserved.
Let's add a job that will run periodically to delete any files that were removed from file boxes and file uploader node types that are older than, say, 2 weeks. Just to keep the file store clean.