Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added possibility to specify a maximum number of jobs on batch #4

Open
wants to merge 4 commits into
base: htcondor
Choose a base branch
from

Conversation

stalbrec
Copy link
Collaborator

This adds the possibility to add the option BatchJobLimit=XXX (in the ConfigParse section of the xml) to specify a maximum number of jobs the user is allowed to submit to HTCondor (its default is 5000 at the moment).

The Manager Class checks how many jobs the user has currently in running/idle/hold status before trying to (re-)submit additional jobs and exits, once the total number would exceed the specified limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant