Skip to content

Commit 696de21

Browse files
committed
rfc28: add expiration to list of possible keys in acquire response
Problem: RFC 21 defines a resource-update event which may modify the expiration time of the R for a job, but there is no way for an expiration update of a Flux instance running as a job to be communicated to the subinstance scheduler. Add an expiration key to the RFC 28 acquire response which may be used by the instance reosurce module to notify the scheduler of an expiration update.
1 parent cf57713 commit 696de21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec_28.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ property-remove
164164
MAY affect job satisfiability, the determination of which is left to the
165165
scheduler implementation.
166166

167+
expiration
168+
(float) When present, this key notifies the scheduler that the expiration
169+
time of the resource set has been updated to the included floating-point
170+
value.
167171

168172
Example:
169173

0 commit comments

Comments
 (0)