Skip to content

Commit 83d732f

Browse files
committed
added statuses chart
1 parent a284e50 commit 83d732f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/concepts/services.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,19 @@ Defang manages the deployment process for services. You can learn more about how
2121
:::info
2222
We plan to add support for other types of services in the future, including serverless functions.
2323
:::
24+
25+
### Status
26+
Below is an overview of the possible statuses for a service in Defang.
27+
28+
| Status | Details |
29+
|-|-|
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+
| SERVICE_DEPLOYMENT_PENDING | The deployment is pending. |
38+
| SERVICE_DEPLOYMENT_COMPLETED | The deployment completed. |
39+
| SERVICE_DEPLOYMENT_FAILED | The deployment failed. |

0 commit comments

Comments
 (0)