[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] job start up time



Hi,

I have an application where I'd like to get jobs submitted and started as soon as possible.   I can submit the jobs just fine using the Python API, but the start times vary up to 30 seconds.

I'm trying to get the time at which jobs start up to decrease.   Would that be setting NEGOTIATOR_TIMEOUT to something lower (but not too low), or some other parameter(s)?

Steve