mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 02:12:56 +00:00
Add debug
This commit is contained in:
@@ -471,6 +471,8 @@ class NeonAPI:
|
||||
operations = self.get_operations(project_id)["operations"]
|
||||
for op in operations:
|
||||
if op["status"] in {"scheduling", "running", "cancelling"}:
|
||||
# XXX debug only, do not merge
|
||||
log.info("Waiting for operation: %s", op)
|
||||
has_running = True
|
||||
time.sleep(0.5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user