Skip to content

Commit

Permalink
Update config_dataflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored May 29, 2024
1 parent c914350 commit f37b780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/config_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
c.Bake.prune = 0
c.Bake.bakery_class = "pangeo_forge_runner.bakery.dataflow.DataflowBakery"
c.DataflowBakery.use_dataflow_prime = False
c.DataflowBakery.machine_type = "n2_highmen_16"
c.DataflowBakery.machine_type = "n2-highmen-16"
c.DataflowBakery.max_workers = 10
c.DataflowBakery.use_public_ips = True
c.DataflowBakery.service_account_email = (
Expand Down

0 comments on commit f37b780

Please sign in to comment.