Reputation: 14791
According to the FAQ's, autoscaling is off by default when spinning up the worker pool. We've set "numworkers" to 5, and the algorithm type to "NONE" using the enum AutoscalingAlgorithmType
However, we're still seeing the following message when our job is running:
(f8775c76163306ae): Autoscaling: Resizing worker pool from 0 to 1.
It's not causing a problem as far as we can tell, but I'd like to know why we're seeing this, and whether or not it's intended?
Upvotes: 0
Views: 183
Reputation: 3214
This message can safely be ignored. Its appearance is a known issue, and does not affect the behavior of your pipeline.
Upvotes: 2