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
We are single-threaded. We could do Promise.all() but we would be hitting service too frequently if we don't throttle the outgoing request. For this sample I decide to keep it as running in series.
The text was updated successfully, but these errors were encountered:
jeremymeng
changed the title
[ContainerRegistry] Potential update delete images samples
[ContainerRegistry] Potential updates to delete images sample
Jun 17, 2021
Promise.all()
but we would be hitting service too frequently if we don't throttle the outgoing request. For this sample I decide to keep it as running in series.The text was updated successfully, but these errors were encountered: