فهرست منبع

allow supervisord to start if pid file is stale

Nick Sweeting 1 سال پیش
والد
کامیت
a13f71a86c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      archivebox/queues/supervisor_util.py

+ 1 - 1
archivebox/queues/supervisor_util.py

@@ -91,7 +91,7 @@ def stop_existing_supervisord_process():
         proc.terminate()
         proc.wait()
     except Exception:
-        raise
+        pass
     try:
         PID_FILE.unlink()
     except FileNotFoundError: