Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Nov 14, 2024
1 parent 95dbe6f commit b6e151c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/config_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
c.Bake.container_image = "quay.io/leap-stc/rclone-beam:2024.09.24"
c.DataflowBakery.use_dataflow_prime = False
c.DataflowBakery.machine_type = "n2d-highmem-16"
c.DataflowBakery.max_workers = 10
c.DataflowBakery.max_num_workers = 1
c.DataflowBakery.use_public_ips = True
c.DataflowBakery.service_account_email = (
"[email protected]"
)
# c.DataflowBakery.autoscaling_algorithm = "NONE"
c.DataflowBakery.autoscaling_algorithm = "NONE"
c.DataflowBakery.project_id = "leap-pangeo"
c.DataflowBakery.temp_gcs_location = f"gs://leap-scratch/data-library/feedstocks/temp/{FEEDSTOCK_NAME}"
c.TargetStorage.fsspec_class = "gcsfs.GCSFileSystem"
Expand Down

0 comments on commit b6e151c

Please sign in to comment.