Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worker for deleting images #18

Open
gmanley opened this issue Sep 28, 2013 · 0 comments
Open

Worker for deleting images #18

gmanley opened this issue Sep 28, 2013 · 0 comments

Comments

@gmanley
Copy link
Owner

gmanley commented Sep 28, 2013

After I move over to using foreign keys images will be dependent: nullify on the foreign key level. The idea is to create a worker that is set to run on a schedule that finds images with no album_id and delete them. This includes making the call that removes them from the file store. This is a better way to do it as deleting of images is super slow as it blocks on the network call to remove them from a remote store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant