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 9fff9d0 + fc28181 commit f2ea6c3Copy full SHA for f2ea6c3
spec_27.rst
@@ -603,23 +603,7 @@ Example:
603
Upon receipt of the ``sched.free`` request, the scheduler SHOULD mark the
604
job's resources as available for reuse.
605
606
-Once the ``sched.free`` request has been processed by the scheduler, it SHALL
607
-send a response with payload consisting of a JSON object with the following
608
-REQUIRED key:
609
-
610
-id
611
- (integer) job ID
612
613
-Example:
614
615
-.. code:: json
616
617
- {
618
- "id": 1552593348
619
- }
620
621
-After the ``sched.free`` response, the request is complete and may be
622
-retired by the job manager and scheduler.
+There is no response.
623
624
Finalization
625
============
0 commit comments