Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/concepts/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,20 @@ Defang manages the deployment process for services. You can learn more about how
:::info
We plan to add support for other types of services in the future, including serverless functions.
:::

### Status
Below is an overview of the possible statuses for a service in Defang.

| Status | Details |
|-|-|
| BUILD_QUEUED | The build is being queued. |
| BUILD_PROVISIONING | The build is provisioning. |
| BUILD_PENDING | The build is pending. |
| BUILD_ACTIVATING | The build is activating. |
| BUILD_RUNNING | The build is running. |
| BUILD_STOPPING | The build is stopping. |
| BUILD_FAILED | The build failed. |
| UPDATE_QUEUED | An update is being queued. |
| SERVICE_DEPLOYMENT_PENDING | The deployment is pending. |
| SERVICE_DEPLOYMENT_COMPLETED | The deployment completed. |
| SERVICE_DEPLOYMENT_FAILED | The deployment failed. |
Loading