Ok, yes, when a concurrency limit is in place, the Negotiator is responsible for managing the limits and the Schedd won't be able to start more than one job for each match.
# Disable CLAIM_PARTITIONABLE_LEFTOVERS and instead enable # Consumption Policies so that concurrency limits behavior # can assign multiple jobs per pslot per negotiator cycle. CLAIM_PARTITIONABLE_LEFTOVERS = False CONSUMPTION_POLICY = TrueAfter doing the above change, I believe you will need to restart HTCondor (condor_restart)... I don't think the above config change can be done on-the-fly with condor_reconfig.