Dataflow Job fails with “Unable to bring up enough

2020-05-03 11:17发布

问题:

My Dataflow job is failing with the following message, how should I debug?

Workflow failed. Causes: (65a939e801f185b6): Unable to bring up enough workers: minimum 1, actual 0.

回答1:

The service will output this message when it is unable to allocate a virtual machine from Compute Engine to execute the job. Please check your quota in the console.



回答2:

I had problems with the same thing. However, switching zone solved the problem for me. I believe it gives the same error message sometimes when there are no free resources.