Skip to content

Commit 500e4a7

Browse files
authored
increasing resources for EPAAirQualityIndex (#2040)
* increasing resources for EPAAirQualityIndex * increasing resources for EPAAirQualityIndex
1 parent 36996ab commit 500e4a7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

scripts/us_epa/airqualityindex/manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
"cleaned_csv": "output/EPA_AQI.csv"
2020
}
2121
],
22-
"cron_schedule": "15 22 10 1,7 *"
22+
"cron_schedule": "15 22 10 1,7 *",
23+
"resource_limits": {
24+
"cpu": 32,
25+
"memory": 128,
26+
"disk": 512
27+
}
2328
}
2429
]
2530
}

0 commit comments

Comments
 (0)