Adds a rake task to delete content that has been accepted after one month.
Content that is not accepted for whatever reason we don't try to automate the cleanup. An admin option to delete a Submission is now available in the UI to allow for manual cleanup.
Additionally, there is a task to delete abandoned S3 content. The way the app works, it's possible for users to upload content to S3 and then never submit the form. This will allow for easy clean up of those abandoned files.
Scheduling of the rake tasks to run daily seems appropriate.
Scheduling of the rake tasks to run daily seems appropriate.