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

HTCONDOR-2262: Updates for new syntax #610

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/v23/configuration/job-router-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Route Syntaxes

HTCondor-CE 5 introduced the ability to write job routes using [ClassAd transform syntax](#classad-transforms) in
addition to the [existing configuration syntax](#deprecated-syntax).
The old route configuration syntax continues to be the default in HTCondor-CE 5 but there are benefits to transitioning
The old route configuration syntax is no longer the default in HTCondor-CE 23.x and one should transition
to the new syntax as [outlined below](#choosing-a-syntax).

### ClassAd transforms ###
Expand Down Expand Up @@ -75,8 +75,8 @@ Take care when modifying attributes in `JOB_ROUTER_DEFAULTS`: you may

### Choosing a syntax ###

For existing HTCondor-CEs, it's recommended that administrators continue to use the deprecated syntax (the default) and
transition to ClassAd transforms at their own pace.
For existing HTCondor-CEs, it's recommended that administrators stop using the deprecated syntax and
transition to ClassAd transforms now.

For new HTCondor-CEs, it's recommended that administrators start with ClassAd transforms.
The [ClassAd transform](#classad-transforms) syntax provides many benefits including:
Expand Down
Loading