Explorar o código

Fix hang where blocked don't fire when there is no post on the last job

Nathaniel van Diepen %!s(int64=5) %!d(string=hai) anos
pai
achega
e250a161b1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      backup/__init__.py

+ 1 - 0
backup/__init__.py

@@ -286,6 +286,7 @@ class Job(object):
             self.setState(Job.ENDING)
             if self.post is None:
                 self.setState(Job.SUCCESSFUL)
+                Job.initPool()
                 return
 
         else: