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

Re: [HTCondor-users] condor_schedd status



Greg,

Ok, DAGman does not work for my use case because the users do want to submit thousands of jobs in one submission. I guess I will just use dummy queries for now.

Thank you.

Jin.

On Mon, Apr 24, 2023 at 10:10âAM Greg Thain via HTCondor-users <htcondor-users@xxxxxxxxxxx> 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?


Hi JM:

There's no good way to do this, that I can think of, off the top of my
head, as the schedd is single-threaded and any query directly to the
schedd will block if it is overloaded. One solution may be to submit
jobs via DAGman, which can throttle submits, so it doesn't submit a huge
number of jobs at once.

-greg

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/