Skip to content

Commit

Permalink
Merge pull request #52 from codeforjapan/refactor/change-sidekiq-cont…
Browse files Browse the repository at this point in the history
…ainer-cpu

refactor: change sidekiq container cpu
  • Loading branch information
ayuki-joto authored Jul 9, 2024
2 parents 40273e2 + 34fb503 commit a96fa30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/decidim-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class DecidimStack extends cdk.Stack {
this,
"sidekiqTaskDefinition",
{
cpu: 1024,
cpu: 512,
memoryLimitMiB: 2048,
family: `${ props.stage }SidekiqTaskDefinition`,
taskRole: backendTaskRole
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/decidim-cfj-cdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ exports[`DecidimStack Created 1`] = `
"Name": "sidekiqContainer",
},
],
"Cpu": "1024",
"Cpu": "512",
"ExecutionRoleArn": {
"Fn::GetAtt": [
"sidekiqTaskDefinitionExecutionRole147A0623",
Expand Down

0 comments on commit a96fa30

Please sign in to comment.