Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Large number of shadow exceptions due to Connection time out
- Date: Mon, 22 Nov 2010 14:27:37 +0100
- From: Carsten Aulbert <carsten.aulbert@xxxxxxxxxx>
- Subject: Re: [Condor-users] Large number of shadow exceptions due to Connection time out
Hi Mick
On Monday 22 November 2010 14:23:51 Mick Beaver wrote:
> I believe setting "JobLeaseDuration" in your condor_config is what you
> might want.
>
> Example of a 24-hour job lease duration:
> JobLeaseDuration = 86400
>
> From the manual:
> JobLeaseDuration - The number of seconds set for a job lease, the amount
> of time that a job may continue running on a remote resource, despite
> its submitting machine’s lack of response. See section 2.14.4 for
> details on job leases.
Sounds also good, in a private reply I got the hint that I might also want to
set
MAX_CLAIM_ALIVES_MISSED
to a larger value, just in case.
Cheers
Carsten