Hi,
I just wanted to report this. Today we udpated containers and used the scaleway SDK in our CI / CD pipeline to deploy the new container.
The deployment failed with the error below but when I check the Scaleway UI everything is fine.
File "/usr/local/lib/python3.14/site-packages/scaleway/container/v1beta1/api.py", line 893, in deploy_container
self._throw_on_error(res)
~~~~~~~~~~~~~~~~~~~~^^^^^
File "/usr/local/lib/python3.14/site-packages/scaleway_core/api.py", line 198, in _throw_on_error
raise ScalewayException(res)
scaleway_core.api.ScalewayException: {"current_state":"updating","message":"resource is in a transient state","resource":"container","resource_id":"xxx-xxx-xxx-xxx-xxx","type":"transient_state"}
Two other instances of that same docker container were updated without issue, so this error only seems to happen "sometimes". Would be great if someone could take a look. Thank you very much in advance!
Hi,
I just wanted to report this. Today we udpated containers and used the scaleway SDK in our CI / CD pipeline to deploy the new container.
The deployment failed with the error below but when I check the Scaleway UI everything is fine.
Two other instances of that same docker container were updated without issue, so this error only seems to happen "sometimes". Would be great if someone could take a look. Thank you very much in advance!