@@ -23,23 +23,23 @@ To view general status of an application type, select **Apps** in the left navig
23
23
The Deployment status is reported as one of the following values:
24
24
25
25
Deployment.properties.Status:
26
- | Enum | Definition |
27
- | ----------| : ----------------:|
28
- | Running | The deployment runs properly |
29
- | Stopped | The deployment is stopped |
30
- | Compiling | ASC is compiling user's source code |
31
- | Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
32
- | Upgrading | User's app is trying to boot up with given resources and binary deployment. |
33
- | Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
26
+ | Enum | Definition |
27
+ | ------------ | :--------------------------------------------------------------------------------- ----------------:|
28
+ | Running | The deployment runs properly |
29
+ | Stopped | The deployment is stopped |
30
+ | Compiling | ASC is compiling user's source code |
31
+ | Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
32
+ | Upgrading | User's app is trying to boot up with given resources and binary deployment. |
33
+ | Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
34
34
35
35
The Discovery status is reported as one of the following values:
36
36
37
- DiscoveryStatus: Show registered status of the instance in Eureka server, same as the definition in Eureka
38
- | Enum | Definition |
39
- | ----------| :----------------:|
40
- | Up | The app instance is registered to eureka and ready to receive traffic |
41
- | OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
42
- | DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
37
+ | DiscoveryStatus: Show registered status of the instance in Eureka server, same as the definition in Eureka |
38
+ | ------------------------------------------------------------------------------------------------------------ | -- |
39
+ | ---------- | :----------------: |
40
+ | Up | The app instance is registered to eureka and ready to receive traffic |
41
+ | OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
42
+ | DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
43
43
44
44
## App instances status
45
45
0 commit comments