Skip to content

Commit ab714d0

Browse files
authored
feat: Add ACTOR_FULL_NAME and ACTOR_BUILD_TAGS environment variables (#1320)
New environment variables are being added to the Actor runtime, better have them documented.
1 parent f09563d commit ab714d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/platform/actors/development/programming_interface/environment_variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ Here's a table of key system environment variables:
2323
| Environment Variable | Description |
2424
|----------------------|-------------|
2525
| `ACTOR_ID` | ID of the Actor. |
26+
| `ACTOR_FULL_NAME` | Full technical name of the Actor, in the format `owner-username/actor-name`. |
2627
| `ACTOR_RUN_ID` | ID of the Actor run. |
2728
| `ACTOR_BUILD_ID` | ID of the Actor build used in the run. |
2829
| `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. |
2931
| `ACTOR_TASK_ID` | ID of the Actor task. Empty if Actor is run outside of any task, e.g. directly using the API. |
3032
| `ACTOR_EVENTS_WEBSOCKET_URL` | Websocket URL where Actor may listen for [events](/platform/actors/development/programming-interface/system-events) from Actor platform. |
3133
| `ACTOR_DEFAULT_DATASET_ID` | Unique identifier for the default dataset associated with the current Actor run. |

0 commit comments

Comments
 (0)