We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a422f3 commit cb83f09Copy full SHA for cb83f09
threescale_api/client.py
@@ -76,7 +76,7 @@ def wait_for_tenant(self) -> bool:
76
and self.services.exists(throws=True) \
77
and len(self.services.list()) >= 1
78
except errors.ApiClientError as err:
79
- if err.code in (404, 503):
+ if err.code in (404, 409, 503):
80
log.info("wait_for_tenant failed: %s", err)
81
return False
82
raise err
0 commit comments