Update start-hyperopt-worker.py
This commit is contained in:
parent
f027d20880
commit
3efcaaee59
@ -19,6 +19,8 @@ command = [
|
|||||||
'--mongo=127.0.0.1:1234/{}'.format(DB_NAME),
|
'--mongo=127.0.0.1:1234/{}'.format(DB_NAME),
|
||||||
'--poll-interval=0.1',
|
'--poll-interval=0.1',
|
||||||
'--workdir={}'.format(WORK_DIR),
|
'--workdir={}'.format(WORK_DIR),
|
||||||
|
'--max-jobs=100000',
|
||||||
|
'--max-consecutive-failures=100000',
|
||||||
]
|
]
|
||||||
processes = [subprocess.Popen(command) for i in range(PROC_COUNT)]
|
processes = [subprocess.Popen(command) for i in range(PROC_COUNT)]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user