Skip to content

Commit e899fd4

Browse files
committed
fix formatting
1 parent 8a58a03 commit e899fd4

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

sources/platform/actors/running/runs_and_builds.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ What's happening inside of an Actor is visible on the Actor run log in the Actor
4141

4242
Both **Actor runs** and **builds** have the **Origin** field indicating how the Actor run or build was invoked, respectively. The origin is displayed in Apify Console and available via [API](https://docs.apify.com/api/v2/actor-run-get) in the `meta.origin` field.
4343

44-
| Name | Origin |
45-
| :------------ | :-------------------------------------------------------------------------- |
46-
| `DEVELOPMENT` | Manually from Apify Console in the Development mode (own Actor) |
47-
| `WEB` | Manually from Apify Console in "normal" mode (someone else's Actor or task) |
48-
| `API` | From [Apify API](https://docs.apify.com/api) |
49-
| `CLI` | From [Apify CLI](https://docs.apify.com/cli/) |
50-
| `SCHEDULER` | Using a schedule |
51-
| `WEBHOOK` | Using a webhook |
52-
| `ACTOR` | From another Actor run |
53-
| `STANDBY` | From [Actor Standby](./standby) |
44+
|Name|Origin|
45+
|:---|:---|
46+
|`DEVELOPMENT`|Manually from Apify Console in the Development mode (own Actor)|
47+
|`WEB`|Manually from Apify Console in "normal" mode (someone else's Actor or task)|
48+
|`API`|From [Apify API](https://docs.apify.com/api)|
49+
|`CLI`|From [Apify CLI](https://docs.apify.com/cli/)|
50+
|`SCHEDULER`|Using a schedule|
51+
|`WEBHOOK`|Using a webhook|
52+
|`ACTOR`|From another Actor run|
53+
|`STANDBY`|From [Actor Standby](./standby)|
5454

5555
## Lifecycle
5656

@@ -81,15 +81,16 @@ flowchart LR
8181
---
8282

8383
| Status | Type | Description |
84-
| :--------- | :----------- | :------------------------------------------ |
84+
|:-----------|:-------------|:--------------------------------------------|
8585
| READY | initial | Started but not allocated to any worker yet |
8686
| RUNNING | transitional | Executing on a worker machine |
8787
| SUCCEEDED | terminal | Finished successfully |
8888
| FAILED | terminal | Run failed |
8989
| TIMING-OUT | transitional | Timing out now |
9090
| TIMED-OUT | terminal | Timed out |
91-
| ABORTING | transitional | Being aborted by the user |
92-
| ABORTED | terminal | Aborted by the user |
91+
| ABORTING | transitional | Being aborted by the user |
92+
| ABORTED | terminal | Aborted by the user |
93+
9394

9495
### Aborting runs
9596

@@ -118,7 +119,7 @@ You can also adjust timeout and memory or change Actor build before the resurrec
118119
1. Abort a broken run
119120
2. Update the Actor's code and build the new version
120121
3. Resurrect the run using the new build
121-
:::
122+
:::
122123

123124
### Data retention
124125

0 commit comments

Comments
 (0)