Inside of the workflow view (Flow.tsx and PyFlow.tsx), there should be a toggle checkbox to send workflows to the user's Ray cluster, ideally underneath the run button.
A ray flag should be sent to the server to indicate whether or not the workflow should be sent to the ray cluster or not. A new executor should be built to accommodate requests to send it to the ray cluster. Realtime monitoring should not be available for this execution due to limitations of the server.
Also, a new section in the settings should be added "Ray Settings" containing:
- Cluster Address
- Logs Path
These settings should also be sent to the server on each execution.
Inside of the workflow view (Flow.tsx and PyFlow.tsx), there should be a toggle checkbox to send workflows to the user's Ray cluster, ideally underneath the run button.
A ray flag should be sent to the server to indicate whether or not the workflow should be sent to the ray cluster or not. A new executor should be built to accommodate requests to send it to the ray cluster. Realtime monitoring should not be available for this execution due to limitations of the server.
Also, a new section in the settings should be added "Ray Settings" containing:
These settings should also be sent to the server on each execution.