Skip to content

Commit

Permalink
even LESS concurrency for cambium
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn Mazaitis committed Feb 5, 2025
1 parent d659b11 commit 7f1c673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pudl_archiver/archivers/nrelcambium.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NrelCambiumArchiver(AbstractDatasetArchiver):
"""NREL Cambium archiver."""

name = "nrelcambium"
concurrency_limit = 2 # Cambium scenarios are Large so only handle 2 at a time
concurrency_limit = 1 # Cambium scenarios are Large so only handle 2 at a time

async def get_resources(self) -> ArchiveAwaitable:
"""Download NREL Cambium resources."""
Expand Down

0 comments on commit 7f1c673

Please sign in to comment.