We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 379966b + d7ee783 commit 5a0d59eCopy full SHA for 5a0d59e
spec_21.rst
@@ -520,6 +520,20 @@ start
520
free
521
A problem occurred while releasing resources to the scheduler.
522
523
+Memo Event
524
+^^^^^^^^^^
525
+
526
+A brief data record has been associated with the job.
527
528
+The context object SHALL contain a set of key-value pairs to associate
529
+with the job. Existing identical keys from a previous memo event SHALL
530
+be replaced. A value of JSON ``null`` SHALL remove the associated key.
531
532
+Example:
533
534
+.. code:: json
535
536
+ {"timestamp":1637723184.3725791,"name":"memo","context":{"key":"value"})
537
538
Debug Event
539
^^^^^^^^^^^
0 commit comments