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 Jul 12, 2024
1 parent 66b4088 commit 6816b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/config_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

c.Bake.prune = 1
c.Bake.bakery_class = "pangeo_forge_runner.bakery.dataflow.DataflowBakery"
c.DataflowBakery.use_dataflow_prime = True
c.DataflowBakery.use_dataflow_prime = False
c.DataflowBakery.machine_type = "n2-highmem-8"
c.DataflowBakery.max_workers = 50
c.DataflowBakery.use_public_ips = True
c.DataflowBakery.service_account_email = (
Expand Down

0 comments on commit 6816b1a

Please sign in to comment.