Configure schedule and memory for AmigoBakePackages task #6264
Annotations
2 errors and 3 warnings
The ServiceCatalogue stack › matches the snapshot:
packages/cdk/lib/service-catalogue.test.ts#L14
expect(received).toMatchSnapshot()
Snapshot name: `The ServiceCatalogue stack matches the snapshot 1`
- Snapshot - 3
+ Received + 3
@@ -66,11 +66,11 @@
},
},
"Resources": {
"CloudquerySourceAmigoBakePackagesScheduledEventRule3FDBCEB5": {
"Properties": {
- "ScheduleExpression": "rate(1 day)",
+ "ScheduleExpression": "cron(0 3 * * ? *)",
"State": "ENABLED",
"Targets": [
{
"Arn": {
"Fn::GetAtt": [
@@ -411,11 +411,11 @@
"",
],
"Environment": [
{
"Name": "GOMEMLIMIT",
- "Value": "409MiB",
+ "Value": "819MiB",
},
],
"Essential": true,
"Image": "ghcr.io/guardian/service-catalogue/cloudquery:stable",
"LogConfiguration": {
@@ -676,11 +676,11 @@
"CloudquerySourceAmigoBakePackagesTaskDefinitionExecutionRoleD495DC33",
"Arn",
],
},
"Family": "ServiceCatalogueCloudquerySourceAmigoBakePackagesTaskDefinition07388B36",
- "Memory": "512",
+ "Memory": "1024",
"NetworkMode": "awsvpc",
"RequiresCompatibilities": [
"FARGATE",
],
"Tags": [
at Object.<anonymous> (packages/cdk/lib/service-catalogue.test.ts:14:29)
|
test
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
db-migration
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|