do not need to send any data down the client conn to wake up the pa_job_manager
This commit is contained in:
1
job.py
1
job.py
@@ -62,7 +62,6 @@ def NewJob(name, num_passes="1", num_files="0", wait_for=None ):
|
||||
print("Waking up PA Job Manager")
|
||||
s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.connect((PA_JOB_MANAGER_HOST, PA_JOB_MANAGER_PORT))
|
||||
s.sendall(b'Hello, world')
|
||||
s.close()
|
||||
except Exception as e:
|
||||
st.SetAlert("danger")
|
||||
|
||||
Reference in New Issue
Block a user