Skip to content

Commit a83c351

Browse files
authored
feat(consts): add TIMING_OUT Actor event (#579)
This PR adds a new Actor event name `TIMING_OUT` (or `timingOut`, sadly, the 1:1 mapping was lost more than 7 years ago 7623023). This is required for us to implement the event in `apify-worker`. See apify/apify-worker#546 for more information.
1 parent 9134e9a commit a83c351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/consts/src/consts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const ACTOR_EVENT_NAMES = {
2222
MIGRATING: 'migrating',
2323
PERSIST_STATE: 'persistState',
2424
ABORTING: 'aborting',
25+
TIMING_OUT: 'timingOut',
2526
} as const;
2627

2728
/**

0 commit comments

Comments
 (0)