Add trusted header auth and publisher shell
This commit is contained in:
parent
89e6a4d78c
commit
96551c2788
8 changed files with 569 additions and 19 deletions
|
|
@ -166,7 +166,7 @@ class JobRuntime:
|
|||
worker = self._workers.pop(execution_id)
|
||||
if worker.process.poll() is None:
|
||||
worker.process.kill()
|
||||
worker.process.wait(timeout=2)
|
||||
worker.process.wait(timeout=10)
|
||||
worker.log_handle.close()
|
||||
|
||||
if self._started:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue