Skip to content

Commit b451bfe

Browse files
authored
Merge pull request #328 from chu11/rfc32_tweak
rfc32: minor fixes
2 parents 97d328b + bab0a87 commit b451bfe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec_32.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ jobspec
152152
(object) *jobspec* object (RFC 14)
153153

154154
reattach
155-
(boolean) TBD
155+
(boolean) Set to True if broker has been restarted and job should still
156+
be running.
157+
156158

157159
Example:
158160

@@ -205,7 +207,7 @@ release
205207
"type": "release",
206208
"data": {
207209
"ranks": "0-2",
208-
"final": true,
210+
"final": true,
209211
},
210212
}
211213

0 commit comments

Comments
 (0)