File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ 1.1.2] ( ../../releases/tag/v1.1.2 ) - Unreleased
4
4
5
- - ...
5
+ - Added constants for Actor Standby
6
6
7
7
## [ 1.1.1] ( ../../releases/tag/v1.1.1 ) - 2023-01-08
8
8
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ class ActorEnvVars(str, Enum):
88
88
MEMORY_MBYTES = 'ACTOR_MEMORY_MBYTES'
89
89
#: RUN_ID
90
90
RUN_ID = 'ACTOR_RUN_ID'
91
+ #: STANDBY_PORT
92
+ STANDBY_PORT = 'ACTOR_STANDBY_PORT'
91
93
#: STARTED_AT
92
94
STARTED_AT = 'ACTOR_STARTED_AT'
93
95
#: TASK_ID
@@ -268,6 +270,7 @@ class MetaOrigin(str, Enum):
268
270
# Actor env vars
269
271
ActorEnvVars .MAX_PAID_DATASET_ITEMS ,
270
272
ActorEnvVars .MEMORY_MBYTES ,
273
+ ActorEnvVars .STANDBY_PORT ,
271
274
ActorEnvVars .WEB_SERVER_PORT ,
272
275
# Apify env vars
273
276
ApifyEnvVars .CONTAINER_PORT ,
You can’t perform that action at this time.
0 commit comments