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
Has a configurable TTL for completed import directories (e.g., delete after 30 days if the associated importer run has a terminal status: Complete or Failed)
Ensure in-progress imports are not cleaned up
Files are deleted
Database records are deleted
Implementation notes
Should probably kick of a background job or jobs, rather than trying to do it in the terminal session
Create a rake task that will delete old imports
Acceptance criteria
Implementation notes
Should probably kick of a background job or jobs, rather than trying to do it in the terminal session