﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
612	MediaFile deletion bails on with missing files on cloudfiles	spaetz		"MediaEntry.delete does this:
{{{
        try:
            delete_media_files(self)
        except OSError, error:
}}}

joar says that the cloudfiles plugin raises a different exception when files are missing (somthing that is an IOError subclass).

So the very least we need to do here, is to also catch IOError and make them non-fatal.

Even better, if we could make the file deletion be celery tasks. In this case we would get automatic retries in case of failures (with separate-process celery) even after some waiting time."	defect	new	major		programming				
