Get the worker and the registry playing nice together.

This commit is contained in:
yackob03 2013-10-18 17:27:09 -04:00
parent 63ffa52245
commit 2fcd8df42b
3 changed files with 30 additions and 5 deletions

View file

@ -52,4 +52,7 @@ class WorkQueue(object):
return None
def complete(self, completed_item):
item.delete_instance()
completed_item.delete_instance()
image_diff_queue = WorkQueue('imagediff')