Skip to content

Commit

Permalink
feat: run cluster for 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Feb 20, 2025
1 parent 2f86159 commit 43fd54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ create-dev-cluster: sync-cluster-init-script sync-gentropy-cli-script ## Spin up
--optional-components=JUPYTER \
--enable-component-gateway \
--labels team=open-targets,subteam=gentropy,created_by=${USER_SAFE},environment=development, \
--max-idle=60m
--max-idle=1d

update-dev-cluster: build ## Reinstalls the package on the dev-cluster
@echo "Updating Dataproc Dev Cluster"
Expand Down

0 comments on commit 43fd54c

Please sign in to comment.