Son Giang
06/18/2022, 8:43 AMmultiprocess_executor
execute dagster job by k8s job so I wonder how is the k8s_job_executor
different than the multiprocess_executor
with k8s_run_launcher
?
Also how is celetry_executor
different than celery_k8s_job_executor
?
And which one should I use on K8s? Is there any benchmark about these kinds of executor on K8s environment that I don’t know of?johann
06/20/2022, 3:41 PMmultiprocess_executor
will create a subprocess per Op. k8s_job_executor
will create a K8s Job per Op.Adam McCartney
06/23/2022, 7:51 AMjohann
06/23/2022, 1:57 PMk8s_job_executor
Adam McCartney
06/23/2022, 1:58 PM