Skip to content

Commit

Permalink
Update celery.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-alex authored Jul 11, 2023
1 parent eb98ba0 commit e9d6be9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aws/celery.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"repositoryCredentials": {
"credentialsParameter": "arn:aws:secretsmanager:ap-south-1:299650323339:secret:/github/pat-UHmr0B"
},
"memory": 256,
"memoryReservation": 256,
"memory": 512,
"memoryReservation": 512,
"workingDirectory": "/app",
"secrets": [
{
Expand Down Expand Up @@ -232,8 +232,8 @@
"/app/celery_worker-ecs.sh"
],
"cpu": 384,
"memory": 768,
"memoryReservation": 768,
"memory": 1536,
"memoryReservation": 1536,
"environment": [
{
"name": "AUDIT_LOG_ENABLED",
Expand Down Expand Up @@ -437,7 +437,7 @@
"name": "care-celery-worker"
}
],
"memory": "1024",
"memory": "2048",
"taskRoleArn": "arn:aws:iam::299650323339:role/ecsTaskExecutionRole",
"family": "care-celery",
"requiresCompatibilities": [
Expand Down

0 comments on commit e9d6be9

Please sign in to comment.