Skip to content

Commit

Permalink
rfc21: add missing depend event
Browse files Browse the repository at this point in the history
Problem: A depend event that causes the job to transition
out of DEPEND state is discussed, and is present in the state
diagram, but is not defined.

Define the depend event, with empty context matching the current
implementation.
  • Loading branch information
garlick committed Nov 11, 2020
1 parent bba54a1 commit 66b93d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec_21.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,20 @@ Example:
{"timestamp":1552593348.073045,"name":"submit","context":{"priority":16,"userid":5588,"flags":0}}
Depend Event
^^^^^^^^^^^^

All job dependencies have been met.

No context is defined for this event.

Example:

.. code:: json
{"timestamp":1605115080.0358412,"name":"depend"}
Priority Event
^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 66b93d4

Please sign in to comment.