This commit is contained in:
Alexey Masterov
2025-07-16 13:26:02 +02:00
parent 018f95115a
commit 1e20c4f2b2

View File

@@ -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