@@ -27,14 +27,14 @@ Below is an overview of the possible statuses for a service in Defang.
2727
2828| Status | Details |
2929| -| -|
30- | BUILD_QUEUED | The build is being queued . |
31- | BUILD_PROVISIONING | The build is provisioning. |
32- | BUILD_PENDING | The build is pending . |
33- | BUILD_ACTIVATING | The build is activating . |
34- | BUILD_RUNNING | The build is running. |
35- | BUILD_STOPPING | The build is stopping . |
36- | BUILD_FAILED | The build failed . |
37- | UPDATE_QUEUED | An update is being queued . |
38- | SERVICE_DEPLOYMENT_PENDING | The deployment is pending . |
39- | SERVICE_DEPLOYMENT_COMPLETED | The deployment completed . |
40- | SERVICE_DEPLOYMENT_FAILED | The deployment failed . |
30+ | BUILD_QUEUED | The service update has been received and is now in the queue for its image to be built . |
31+ | BUILD_PROVISIONING | The container orchestrator is provisioning the necessary resources for building your service's image . |
32+ | BUILD_PENDING | The necessary resources to build your service have been provisioned but the build has not yet been initiated . |
33+ | BUILD_ACTIVATING | The container orchestrator is pulling the build container's image and creating the build container . |
34+ | BUILD_RUNNING | The container which builds your service's image is successfully running. |
35+ | BUILD_STOPPING | The container orchestrator has sent a termination signal to the build container and is waiting for the build process to stop . |
36+ | BUILD_FAILED | The build container exited with a non-zero status code . |
37+ | UPDATE_QUEUED | The service update has been received and is now in the queue . |
38+ | SERVICE_DEPLOYMENT_PENDING | The necessary resources to run your service have been provisioned but the service has not yet been initiated . |
39+ | SERVICE_DEPLOYMENT_COMPLETED | Your service has been deployed and is healthy . |
40+ | [ SERVICE_DEPLOYMENT_FAILED] | Your service could not be deployed . |
0 commit comments