Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get more workers with Google Cloud's free trial #78

Open
drunkinlove opened this issue Mar 9, 2022 · 2 comments
Open

Get more workers with Google Cloud's free trial #78

drunkinlove opened this issue Mar 9, 2022 · 2 comments

Comments

@drunkinlove
Copy link

In case this helps anyone: my dataflow job on Google Cloud was restricted to 1 worker, so I added the following argument when launching create_data.py:
--num_workers 8
Now the job was restricted to 4 workers instead due to the quota on external IP addresses. So I turned them off with:
--no_use_public_ips
and enabling Private Google Access for the used region's subnet (us-central1 for me) in the VPC networks section.

@Clovin
Copy link

Clovin commented Nov 23, 2022

Thanks!

@Clovin
Copy link

Clovin commented Dec 7, 2022

The max worker num is 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants