Skip to content

Commit

Permalink
feature: update to py10
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed Aug 13, 2024
1 parent 067b9d4 commit 96a7837
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/data-consumer-pipeline.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pipeline_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python main.py --project ivanildobarauna \
--temp_location gs://gcp-streaming-pipeline-dataflow/temp \
--sdk_container_image=us-central1-docker.pkg.dev/ivanildobarauna/dataflow-ar/custom-beam/img:latest \
--sdk_location=container \
--worker_machine_type=n1-standard-1 \
--worker_machine_type=e2-custom-1-3072 \
--num_workers=1 \
--max_num_workers=1 \
--autoscaling_algorithm=NONE
2 changes: 1 addition & 1 deletion pipeline_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python main.py --project ivanildobarauna \
--temp_location gs://gcp-streaming-pipeline-dataflow/temp \
--sdk_container_image=us-central1-docker.pkg.dev/ivanildobarauna/dataflow-ar/custom-beam/img:latest \
--sdk_location=container \
--worker_machine_type=n1-standard-1 \
--worker_machine_type=e2-custom-1-3072 \
--num_workers=1 \
--max_num_workers=1 \
--autoscaling_algorithm=NONE

0 comments on commit 96a7837

Please sign in to comment.