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
Copy file name to clipboardExpand all lines: docs/docs/guides/operate/run-executors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Executing a job via <PyObject section="jobs" module="dagster" object="JobDefinit
58
58
| <PyObjectsection="execution"module="dagster"object="multiprocess_executor" /> | Executes each step within its own spawned process. Has a configurable level of parallelism. |
59
59
| <PyObjectsection="libraries"integration="dask"module="dagster_dask"object="dask_executor" /> | Executes each step within a Dask task. |
60
60
| <PyObjectsection="libraries"integration="celery"module="dagster_celery"object="celery_executor" /> | Executes each step within a Celery task. |
61
-
| <PyObjectsection="libraries"integration="docker"module="dagster_docker"object="docker_executor" /> | Executes each step within an ephemeral Kubernetes pod. |
61
+
| <PyObjectsection="libraries"integration="docker"module="dagster_docker"object="docker_executor" /> | Executes each step within an ephemeral Docker container.|
62
62
| <PyObjectsection="libraries"integration="k8s"module="dagster_k8s"object="k8s_job_executor" /> | Executes each step within an ephemeral Kubernetes pod. |
63
63
| <PyObjectsection="libraries"integration="celery"module="dagster_celery_k8s"object="celery_k8s_job_executor" /> | Executes each step within an ephemeral Kubernetes pod, using Celery as a control plane for prioritization and queuing. |
64
64
| <PyObjectsection="libraries"integration="aws"module="dagster_aws"object="ecs.ecs_executor" /> | Executes each step within an ephemeral ECS task. |
0 commit comments