Skip to content

Commit f65b848

Browse files
committed
TODO comment in _instances module
1 parent 1e53597 commit f65b848

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

verda/instances/_instances.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def create(
183183
id = self._http_client.post(INSTANCES_ENDPOINT, json=payload).text
184184

185185
# Wait for instance to enter provisioning state with timeout
186+
# TODO(shamrin) extract backoff logic, _clusters module has the same code
186187
deadline = time.monotonic() + max_wait_time
187188
for i in itertools.count():
188189
instance = self.get_by_id(id)

0 commit comments

Comments
 (0)