Commit 4c42b36
committed
delegate: allow job delegation to a different flux instance
Problem: Delegating a submitted job to a different flux
instance is currently not supported. This feature is
useful for users that have jobs that need to be executed
in a multi-cluster setup, or for workflows where a certain
sub-job needs to be executed on a peer cluster.
Allow delegation of jobs to a different, peer-level flux
instance by utilizing the URI of the other instance.
Currently, explicit checking for feasibility of the job
on the delegated instance is not performed, and it is
assumed that both the instances belong to the same user.1 parent ea37596 commit 4c42b36
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
124 | 133 | | |
125 | 134 | | |
126 | 135 | | |
| |||
0 commit comments