You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BE] Improve autoscaler logging about how many instances are being provisioned (#6619)
The original log could result in lines like: `Available (0) runners will
be below minimum 10. Will provision 0 extra runners` which sounds like
it's not going to provision any instances, but actually what it's trying
to say that the autoscaler will not be overprovisioning any bonus buffer
instances beyond whatever the incoming request was for (i.e. if 5
instances were requested, we'll only be provisioning 5, not more than 5)
Edited the logs to:
1. Clarify that line
2. Only emit that line if we're actually provisioning extra buffer
runners
3. Also emit a log line about the actual number of runners we intend to
provision
This was detected as part of the Chaos Storm testing:
pytorch/pytorch#153155
0 commit comments