From 3e5c61cd87ec774ccb22a80809bcd0ea5114c8b5 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Wed, 11 Nov 2020 09:20:40 -0800 Subject: [PATCH] rfc21: add missing depend event 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. --- spec_21.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spec_21.rst b/spec_21.rst index d91a997c..35261afc 100644 --- a/spec_21.rst +++ b/spec_21.rst @@ -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 ^^^^^^^^^^^^^^^^