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
Allow tasks to spawn subtasks on other clusters by adding a cluster parameter to spawn(). It must be possible to pass multiple clusters configurations between tasks, ideally without breaking API compatibility.
Potential difficulties:
RPC calls between clusters will be impossible.
Root tasks usually forward events/logs via stdout, which is then read through the kubernetes API. This might turn into a big bottleneck.
The text was updated successfully, but these errors were encountered:
Allow tasks to spawn subtasks on other clusters by adding a cluster parameter to
spawn()
. It must be possible to pass multiple clusters configurations between tasks, ideally without breaking API compatibility.Potential difficulties:
The text was updated successfully, but these errors were encountered: