GROUP_QUOTA_group_A = 50```
AccountingGroup = "group_A.tom"
AccountingGroup = "group_A.jerry"
```
, both of them will be restricted to a total of 50 job submissions?
Thank you!
Seung-Jin
_______________________________________________Hi,I think theMAX_JOBS_PER_OWNER
classadd will assume that the owner is the one mentioned in the job classadd as 'Owner' which in your case is the generic owner.You could write a transform on the sched and adjust the 'Owner' part of the job according to what you think the real owner is but that is a bit of a weird thing todo and unnecessarily complicated I guess.In case you manage to put the accountinggroups in place as you mention you could work with the other accountingtools in order to restrict at least the number of running jobs of a certain user easily:GROUP_QUOTA_group_tom = 20bestchristoph
--
Christoph Beyer
DESY Hamburg
IT-Department
Notkestr. 85
Building 02b, Room 009
22607 Hamburg
phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxxVon: "Seung-Jin Sul" <ssul@xxxxxxx>
An: "HTCondor-Users Mail List" <htcondor-users@xxxxxxxxxxx>
Gesendet: Freitag, 26. Januar 2024 09:34:30
Betreff: [HTCondor-users] Limit number of submissions in a service account envHi,In our env, via a job management system, multiple users are submitting jobs to HTCondor. Since there is only one service account managing the job management system, all HTCondor jobs will be submitted under the same account name.
Is it possible to restrict the max number of submissions per user? I've read in a document that we can override the submitter's account name by using `accounting_group_user`.My question is if we set this in the submission file,```accounting_group_user = tom```and if the HTCondor server is configured using```MAX_JOBS_SUBMITTED = 10000
MAX_JOBS_PER_OWNER = 100
```
, will it be guaranteed that the user `tom` will be limited to submit jobs only 100 max?
Thank you!Seung-Jin
_______________________________________________
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/
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/