瀏覽代碼

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: