Skip to content

Commit

Permalink
Job runner bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jul 27, 2024
1 parent a7b78c3 commit d52959c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ run_launcher:
module: "dagster_aws.ecs"
class: "EcsRunLauncher"
config:
task_definition: "arn:aws:ecs:eu-west-2:381492035828:task-definition/DataStackProdDagsterJobRunnerTaskDefinition5058FC5B:4"
task_definition: "arn:aws:ecs:eu-west-2:381492035828:task-definition/DataStackProdDagsterJobRunnerTaskDefinition5058FC5B:5"
run_resources:
cpu: "512"
memory: "2048"
Expand Down

0 comments on commit d52959c

Please sign in to comment.