nebula-python
nebula-python copied to clipboard
time.sleep(20)?!
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...
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.