na387 6 năm trước cách đây
mục cha
commit
f58447dd41
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      celery/platforms.py

+ 4 - 0
celery/platforms.py

@@ -203,6 +203,10 @@ class Pidfile(object):
                 print('Stale pidfile exists - Removing it.', file=sys.stderr)
                 self.remove()
                 return True
+        except SystemError as exc:
+            print('Stale pidfile exists - Removing it.', file=sys.stderr)
+            self.remove()
+            return True
         return False
 
     def write_pid(self):