Skip to content

Commit 6e37768

Browse files
committed
feat(consts): add TIMING_OUT Actor event
1 parent 546cf84 commit 6e37768

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)