Skip to content

Commit 3b1d3b6

Browse files
committed
Increase ECS heavy processing worker storage to 800GB
1 parent 96a16c8 commit 3b1d3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/pycon/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def launch_heavy_processing_worker():
5252
"name": "storage",
5353
"managedEBSVolume": {
5454
"encrypted": False,
55-
"sizeInGiB": 450,
55+
"sizeInGiB": 800,
5656
"volumeType": "gp3",
5757
"terminationPolicy": {"deleteOnTermination": True},
5858
"filesystemType": "xfs",

backend/pycon/tests/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_launch_heavy_processing_worker_starts_task(settings, mocker):
6868
"name": "storage",
6969
"managedEBSVolume": {
7070
"encrypted": False,
71-
"sizeInGiB": 450,
71+
"sizeInGiB": 800,
7272
"volumeType": "gp3",
7373
"terminationPolicy": {"deleteOnTermination": True},
7474
"filesystemType": "xfs",

0 commit comments

Comments
 (0)