Open scottfrederick opened 6 years ago
Async provisioning could be simulated with a simple counter (e.g. the first call to /last_operation could return "in progress" and the second call could return "success"), or with an artificial time delay in creating the key/value store.
/last_operation
Async provisioning could be simulated with a simple counter (e.g. the first call to
/last_operation
could return "in progress" and the second call could return "success"), or with an artificial time delay in creating the key/value store.