Dataflow Job fails with “Unable to bring up enough

2020-05-03 10:27发布

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.

2条回答
做个烂人
2楼-- · 2020-05-03 11:01

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.

查看更多
在下西门庆
3楼-- · 2020-05-03 11:18

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.

查看更多
登录 后发表回答