def self.unlimited_processes_exist_error!(orgs)
      named_orgs = orgs.take(MAX_ORGS_TO_LIST_ON_FAILURE).map(&:name).join("', '")
      message = 'This quota is applied to ' +
                if orgs.size == 1
                  "org '#{named_orgs}' which contains"