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.
2 parents 0a422f3 + cb83f09 commit 829d8c1Copy full SHA for 829d8c1
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