Osman Mesut Ozcan
02/08/2023, 2:10 PMlaunchType
through @job decorator. I can define it in the run_launcher
in dagster.yaml
but as far as I understand we cannot provide multiple run_launcher settings through it. Anyone have any experience with this?
TLDR; Can we use different ECS launch types for different `@job`s within the same definition?Andrew Grigorev
02/08/2023, 3:17 PMecs/task_arn
task, and specify requiresCompatibilities
in corresponding task definitionOsman Mesut Ozcan
02/08/2023, 3:19 PMAndrew Grigorev
02/08/2023, 3:20 PMdaniel
02/08/2023, 3:25 PMOsman Mesut Ozcan
02/08/2023, 3:26 PMjob
. To elaborate, here is a simple graph of what I am trying to put together.
S3 file sensor ---> asset 1: CPU bound ---> asset 2: GPU bound ---> uploads result to S3
and I am thinking each of these asset steps as separate jobs that I want to run on different ECS resourcesdaniel
02/08/2023, 3:27 PMOsman Mesut Ozcan
02/08/2023, 3:32 PMdaniel
02/08/2023, 3:32 PM