We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e53597 commit f65b848Copy full SHA for f65b848
1 file changed
verda/instances/_instances.py
@@ -183,6 +183,7 @@ def create(
183
id = self._http_client.post(INSTANCES_ENDPOINT, json=payload).text
184
185
# Wait for instance to enter provisioning state with timeout
186
+ # TODO(shamrin) extract backoff logic, _clusters module has the same code
187
deadline = time.monotonic() + max_wait_time
188
for i in itertools.count():
189
instance = self.get_by_id(id)
0 commit comments