nebula-python icon indicating copy to clipboard operation
nebula-python copied to clipboard

time.sleep(20)?!

Open DustinReagan opened this issue 10 months ago • 1 comments

General Question

Is there truly no way to query whether a space or schema are ready? You must use a time.sleep(20) (per the example: https://github.com/vesoft-inc/nebula-python/blob/master/example/get_started.ipynb)? This seems like an amateur hack...

DustinReagan avatar Jan 09 '25 22:01 DustinReagan

General Question

Is there truly no way to query whether a space or schema are ready? You must use a time.sleep(20) (per the example: https://github.com/vesoft-inc/nebula-python/blob/master/example/get_started.ipynb)? This seems like an amateur hack...

Sorry!

We could use backoff approaches with execute show create space/show create tag.

wey-gu avatar Jan 10 '25 00:01 wey-gu