Skip to content

Commit 1928947

Browse files
committed
fix: Add STANDBY option to MetaOrigin enum
1 parent 796cc3e commit 1928947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apify_shared/consts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ class MetaOrigin(str, Enum):
268268
WEBHOOK = 'WEBHOOK'
269269
#: Job started by another actor run
270270
ACTOR = 'ACTOR'
271+
#: Job started via Actor standby
272+
STANDBY = 'STANDBY'
271273

272274

273275
INTEGER_ENV_VARS_TYPE = Literal[

0 commit comments

Comments
 (0)