Skip to content

Commit

Permalink
Merge pull request #1962 from vrk-kpa/AV-2018_increase_datapusher_vcp…
Browse files Browse the repository at this point in the history
…u_for_valid_configuration

AV-2018: Increase datapusher vcpu for valid configuration
  • Loading branch information
Zharktas committed Jun 6, 2023
1 parent 9b5ce0b commit 0072d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/bin/opendata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ const ckanStackProd = new CkanStack(app, 'CkanStack-prod', {
taskMaxCapacity: 1,
},
datapusherTaskDef: {
taskCpu: 512,
taskCpu: 1024,
taskMem: 8192,
taskMinCapacity: 1,
taskMaxCapacity: 4,
Expand Down

0 comments on commit 0072d22

Please sign in to comment.