On 4/24/23 09:06, Greg Thain wrote:
On 4/20/23 13:06, JM wrote:HTCondor Users,When a large batch of jobs is submitted, condor_schedd usually goes into a busy state and does not respond to new submissions or queries immediately.Other than firing multiple dummy queries, is there a method to pull the status of condor_schedd directly?
Or, another way to fix the problem is to submit with late materialization, which allows submission of an almost arbritary number of jobs in constant time. To do so, try adding
max_idle = 100 to the submit file. -greg