update
This commit is contained in:
parent
9069783f8b
commit
77ca56ce31
|
@ -4,7 +4,7 @@ import subprocess
|
||||||
|
|
||||||
|
|
||||||
def job():
|
def job():
|
||||||
subprocess.Popen(['supervisorctl restart push_stream'], shell=True)
|
subprocess.Popen(['supervisorctl reload'], shell=True)
|
||||||
|
|
||||||
|
|
||||||
# 每半小时执行一次
|
# 每半小时执行一次
|
||||||
|
|
Loading…
Reference in New Issue