Get the worker and the registry playing nice together.
This commit is contained in:
parent
63ffa52245
commit
2fcd8df42b
3 changed files with 30 additions and 5 deletions
|
@ -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')
|
||||
|
|
Reference in a new issue