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
--max-instances 1 # this isn't good enough because it sets off an async API call, so successive calls can fail if called before that SQL Admin API export has finished
39
+
--memory 128MB
40
+
# may want multiple concurrent calls to different SQL instances at the same time
41
+
#
42
+
# also doesn't prevent:
43
+
#
44
+
# "Operation failed because another operation was already in progress."
45
+
#
46
+
#--max-instances 1 # this isn't good enough because it sets off an async API call, so successive calls can fail if called before that SQL Admin API export has finished
0 commit comments