mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
allow supervisord to start if pid file is stale
This commit is contained in:
parent
cecca8d169
commit
a13f71a86c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def stop_existing_supervisord_process():
|
||||||
proc.terminate()
|
proc.terminate()
|
||||||
proc.wait()
|
proc.wait()
|
||||||
except Exception:
|
except Exception:
|
||||||
raise
|
pass
|
||||||
try:
|
try:
|
||||||
PID_FILE.unlink()
|
PID_FILE.unlink()
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|
Loading…
Reference in a new issue