<div dir="ltr">Hi All,<div><br></div><div>I'm working on a project to develop a small swift cluster at my school.  Our current test setup consists of 4 iMacs connected via a switch.  We're running into a problem where if a job takes too long, one or more of the machines will lose their connection to the cluster.</div><div><br></div><div>I'm wondering if there is some configuration which determines the maximum time for a job?  I've looked through the documentation but it's a bit overwhelming for me since I'm new to this.</div><div><br></div><div>Here are the contents of our configuration files;</div><div><br></div><div><br></div><div>sites.xml:</div><div><br></div><div><div><config></div><div>  <pool handle="persistent-coasters"></div><div>    <execution provider="coaster-persistent"</div><div>               url="<a href="http://169.254.100.102:50200">http://169.254.100.102:50200</a>"</div><div>               jobmanager="local:local"/></div><div>    <profile namespace="globus" key="workerManager">passive</profile></div><div>    <profile namespace="globus" key="jobsPerNode">3</profile></div><div>    <profile key="jobThrottle" namespace="karajan">.11999</profile></div><div>    <profile namespace="karajan" key="initialScore">10000</profile></div><div>    <filesystem provider="local" url="none" /></div><div>    <workdirectory>/tmp/swift</workdirectory></div><div>  </pool></div><div></config></div></div><div><br></div><div><br></div><div>cf:</div><div><br></div><div><div>use.provider.staging=true</div><div>wrapperlog.always.transfer=false</div><div>execution.retries=10</div><div>provider.staging.pin.swiftfiles=false</div><div>sitedir.keep=false</div><div>use.wrapper.staging=false</div></div><div><br></div><div><br></div></div>