Skip to content

Commit

Permalink
updates 2024-08-16 - task def update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Aug 16, 2024
1 parent 34b979d commit ad4f7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dagster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
storage:
postgres:
postgres_db:
username:
username:
env: DAGSTER_PG_USERNAME
password:
env: DAGSTER_PG_PASSWORD
Expand All @@ -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:5"
task_definition: "arn:aws:ecs:eu-west-2:381492035828:task-definition/DataStackProdDagsterJobRunnerTaskDefinition5058FC5B:6"
run_resources:
cpu: "512"
memory: "2048"
Expand Down

0 comments on commit ad4f7c0

Please sign in to comment.