Skip to content

Commit

Permalink
update compute requirements to match github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj committed Aug 6, 2024
1 parent a775e7f commit 7f1ccbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dags/collection_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"containerOverrides": [
{
"name": "development-mwaa-collection-task",
'cpu': 4096, # 4 vCPU
'memory': 16384 # 2GB Memory
"environment": [
{"name": "COLLECTION_NAME", "value": collection}
],
Expand Down

0 comments on commit 7f1ccbc

Please sign in to comment.