Commit 5212a450 by Bach Dániel

vm: use slow queue in wake up operation

parent aa9648f6
......@@ -825,6 +825,7 @@ class WakeUpOperation(InstanceOperation):
required_perms = ()
accept_states = ('SUSPENDED', )
resultant_state = 'RUNNING'
async_queue = "localhost.man.slow"
def is_preferred(self):
return self.instance.status == self.instance.STATUS.SUSPENDED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment