Skip to content

Commit

Permalink
feat: adding more primary workers to help with the task
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Nov 22, 2023
1 parent 5764336 commit cfc7a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/airflow/dags/gwas_catalog_harmonisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def submit_jobs(**kwargs: Any) -> None:
>> common.create_cluster(
CLUSTER_NAME,
autoscaling_policy=AUTOSCALING,
num_workers=8,
master_machine_type="n1-highmem-64",
worker_machine_type="n1-standard-2",
)
Expand Down

0 comments on commit cfc7a75

Please sign in to comment.