|
|
|
|
|
by akramer
1365 days ago
|
|
The GCE API can be idempotent if you'd like. Fill out the requestId field with the same UUID in multiple instances.insert calls (or other mutation calls) and you will receive the same operation Id back in response. Disclaimer: I work on GCE. |
|
This is nicer!