hanswurscht
hanswurscht
Are there any plans on implementing `GOMEMLIMIT` for the operator/operator-chart as well?
This also seems to happen when used with username/password instead of client_id/client_secret: ```python self._client = CloudFoundryClient(url, verify=cacert_path) self._client.init_with_user_credentials(username, password) [...] idle until token timed out self._client.v3.organizations.get(org_guid) ``` ```` self._client.v3.organizations.get(org_guid) File...
Seems related to https://github.com/cloudfoundry-community/cf-python-client/issues/163