You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: there is no way to grow the resources set dynamically.
For example, in flux-framework/flux-core#5184 new brokers can join a running Flux instance, but we have no good way to tell the scheduler about the new resources.
Currently RFC 28 says that the first resource.acquire response contains the full resource inventory under the resources key. Perhaps we could amend RFC 28 to allow the resources key to appear in any response and state that each resources object is added to the previous one.
The text was updated successfully, but these errors were encountered:
Problem: there is no way to grow the resources set dynamically.
For example, in flux-framework/flux-core#5184 new brokers can join a running Flux instance, but we have no good way to tell the scheduler about the new resources.
Currently RFC 28 says that the first
resource.acquire
response contains the full resource inventory under theresources
key. Perhaps we could amend RFC 28 to allow theresources
key to appear in any response and state that eachresources
object is added to the previous one.The text was updated successfully, but these errors were encountered: