mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 22:20:36 +00:00
format
This commit is contained in:
@@ -66,7 +66,7 @@ class NeonAPI:
|
||||
elif resp.status_code == 423 and resp.json()["message"] in {
|
||||
"endpoint is in some transitive state, could not suspend",
|
||||
"project already has running conflicting operations, scheduling of new ones is prohibited",
|
||||
"snapshot is in transition"
|
||||
"snapshot is in transition",
|
||||
}:
|
||||
retry = True
|
||||
self.retries4xx += 1
|
||||
|
||||
Reference in New Issue
Block a user