File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ class PipesRayJobClient(dg.PipesClient, TreatAsResourceParam):
228228 from the glue job run. Defaults to `PipesRayJobMessageReader`.
229229 forward_termination (bool): Whether to cancel the `RayJob` job run when the Dagster process receives a termination signal.
230230 timeout (int): Timeout for various internal interactions with the Kubernetes RayJob.
231- poll_interval (int): Interval at which to poll the Kubernetes for status updates.
231+ poll_interval (int): Interval at which to poll Kubernetes for status updates.
232232 Is useful when running in a local environment.
233233 """
234234
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class PipesKubeRayJobClient(dg.PipesClient, TreatAsResourceParam):
4545 forward_termination (bool): Whether to terminate the Ray job when the Dagster process receives a termination signal,
4646 or if the startup timeout is reached. Defaults to ``True``.
4747 timeout (int): Timeout for various internal interactions with the Kubernetes RayJob.
48- poll_interval (int): Interval at which to poll the Kubernetes for status updates.
48+ poll_interval (int): Interval at which to poll Kubernetes for status updates.
4949 port_forward (bool): Whether to use Kubernetes port-forwarding to connect to the KubeRay cluster.
5050 Is useful when running in a local environment.
5151
You can’t perform that action at this time.
0 commit comments