Skip to content

Commit

Permalink
Merge pull request #305 from grondo/rfc21-memo
Browse files Browse the repository at this point in the history
rfc21: add memo event
  • Loading branch information
mergify[bot] authored Dec 2, 2021
2 parents 379966b + d7ee783 commit 5a0d59e
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 @@ -520,6 +520,20 @@ start
free
A problem occurred while releasing resources to the scheduler.

Memo Event
^^^^^^^^^^

A brief data record has been associated with the job.

The context object SHALL contain a set of key-value pairs to associate
with the job. Existing identical keys from a previous memo event SHALL
be replaced. A value of JSON ``null`` SHALL remove the associated key.

Example:

.. code:: json
{"timestamp":1637723184.3725791,"name":"memo","context":{"key":"value"})
Debug Event
^^^^^^^^^^^
Expand Down

0 comments on commit 5a0d59e

Please sign in to comment.