Skip to content

Commit

Permalink
Versiointi pois päältä Ovara->Lampi-siirron ämpäreistä
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Jan 9, 2025
1 parent 181dc9d commit 14ada2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cdk/lib/ecs-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class EcsStack extends cdk.Stack {
),
},
},
//schedule: appscaling.Schedule.expression('rate(5 minutes)'),
schedule: dbtRunnerSchedule,
securityGroups: [ecsSecurityGroup],
enabled: dbtProcessingEnabled,
Expand Down Expand Up @@ -342,7 +341,7 @@ export class EcsStack extends cdk.Stack {
this,
`${config.environment}-temp-lampi-siirtaja-bucket-server-access-logs`
),
versioned: true,
versioned: false,
}
);

Expand All @@ -357,7 +356,7 @@ export class EcsStack extends cdk.Stack {
this,
`${config.environment}-lampi-siirtaja-bucket-server-access-logs`
),
versioned: true,
versioned: false,
}
);

Expand Down Expand Up @@ -427,7 +426,6 @@ export class EcsStack extends cdk.Stack {
),
},
},
//schedule: appscaling.Schedule.expression('rate(5 minutes)'),
schedule: lampiSiirtajaSchedule,
securityGroups: [ecsSecurityGroup],
enabled: lampiSiirtajaEnabled,
Expand Down

0 comments on commit 14ada2c

Please sign in to comment.