This issue tracks the design and implementation of actor lifecycle hooks.
These are analogous to Kubernetes container lifecycle hooks. At a minimum we should support 2 new hooks (names TDB).
- PostResume - Triggered right after an actor is resumed.
- PreSuspend - Triggered right before an actor is suspended.
This area needs more investigation to determine exactly how these hooks should be implemented.
This issue tracks the design and implementation of actor lifecycle hooks.
These are analogous to Kubernetes container lifecycle hooks. At a minimum we should support 2 new hooks (names TDB).
This area needs more investigation to determine exactly how these hooks should be implemented.