We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f52e85 commit f57532bCopy full SHA for f57532b
1 file changed
verda/clusters/_clusters.py
@@ -173,6 +173,7 @@ def create(
173
return self.get_by_id(id)
174
175
# Wait for cluster to enter creating state with timeout
176
+ # TODO(shamrin) extract backoff logic, _instances module has the same code
177
deadline = time.monotonic() + max_wait_time
178
for i in itertools.count():
179
cluster = self.get_by_id(id)
0 commit comments