Skip to content

Commit

Permalink
chore(aws): increased size
Browse files Browse the repository at this point in the history
  • Loading branch information
coolCatalyst committed Dec 3, 2023
1 parent 8fffb61 commit 999d4e4
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .aws/task_definition_prod_worker.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr-prod-chat:2",
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr-prod-chat:71",
"containerDefinitions": [
{
"name": "quivr-chat",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:85ae06c82935028d828f60f35c7e0a47fdee1ff2",
"cpu": "256",
"memory": "1024",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:35bd4727c67790d295a474dd81dfbef8469365e8",
"cpu": 1024,
"memory": 2048,
"memoryReservation": 2048,
"portMappings": [],
"essential": true,
"command": [
"celery",
Expand All @@ -31,15 +33,16 @@
"awslogs-group": "/ecs/quivr-production-chat",
"awslogs-region": "eu-west-3",
"awslogs-stream-prefix": "ecs"
}
},
"secretOptions": []
}
}
],
"family": "quivr-prod-chat",
"taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 2,
"revision": 71,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand All @@ -58,6 +61,9 @@
{
"name": "ecs.capability.env-files.s3"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.21"
},
{
"name": "com.amazonaws.ecs.capability.task-iam-role"
},
Expand All @@ -82,13 +88,13 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "256",
"memory": "1024",
"cpu": "1024",
"memory": "2048",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-08-18T15:31:07.701Z",
"registeredAt": "2023-12-03T15:54:51.921Z",
"registeredBy": "arn:aws:iam::253053805092:root",
"tags": []
}

0 comments on commit 999d4e4

Please sign in to comment.