You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/programming_interface/environment_variables.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,11 @@ Here's a table of key system environment variables:
23
23
| Environment Variable | Description |
24
24
|----------------------|-------------|
25
25
|`ACTOR_ID`| ID of the Actor. |
26
+
|`ACTOR_FULL_NAME`| Full technical name of the Actor, in the format `owner-username/actor-name`. |
26
27
|`ACTOR_RUN_ID`| ID of the Actor run. |
27
28
|`ACTOR_BUILD_ID`| ID of the Actor build used in the run. |
28
29
|`ACTOR_BUILD_NUMBER`| Build number of the Actor build used in the run. |
30
+
|`ACTOR_BUILD_TAGS`| A comma-separated list of tags of the Actor build used in the run. Note that this environment variable is assigned at the time of start of the Actor and doesn't change over time, even if the assigned build tags change. |
29
31
|`ACTOR_TASK_ID`| ID of the Actor task. Empty if Actor is run outside of any task, e.g. directly using the API. |
30
32
|`ACTOR_EVENTS_WEBSOCKET_URL`| Websocket URL where Actor may listen for [events](/platform/actors/development/programming-interface/system-events) from Actor platform. |
31
33
|`ACTOR_DEFAULT_DATASET_ID`| Unique identifier for the default dataset associated with the current Actor run. |
0 commit comments