Skip to content

Commit

Permalink
fixup! rfc43: add new RFC for job list service
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Jan 11, 2024
1 parent af5304d commit 2bc3287
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions spec_43.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Constraint Operators
Using the constraint syntax described by RFC31, jobs can be filtered
based on the following constraint operators.

- ``userid``: Designate one or more userids (*integer) and match jobs
- ``userid``: Designate one or more userids (*integer*) and match jobs
submitted by those userids.

- ``name``: Designate one or more job names (*string) and match jobs
Expand All @@ -215,11 +215,12 @@ based on the following constraint operators.
multiple results) and string names of the results SHALL be accepted.

- ``t_submit``, ``t_depend``, ``t_run``, ``t_cleanup``,
``t_inactive``: Designate one *string* to compare the respective
timestamp with. The string SHALL be prefixed with ">", "<", ">=",
or "<=" and followed with a timestamp value. Jobs will be matched
if the respective timestamp is greater than, less than, greater
than or equal, or less than or equal to specified value.
``t_inactive``: Designate one timestamp with a prefixed comparison
operator (*string*). The accepted comparison operators SHALL be
`>`, `<`, `>=`, and `<=`, for greater than, less than, greater than
or equal, or less than or equal. Match jobs where the respective
timestamp matches against the submitted timestamp and comparison
operator.

- ``not``: Logical negation of one constraint object.

Expand Down

0 comments on commit 2bc3287

Please sign in to comment.