agent-substrate / agent-substrate/substrate
Actor lifecycle hooks
Abierto
area/api-machinery
kind/feature
- Lenguaje dominante
- Go
- Estrellas
- 1.8k
- Forks
- 316
- Merge medio
- 2 d 43 min
- PR fusionados (30 d)
- 287
Descripción
This issue tracks the design and implementation of actor lifecycle hooks.
These are analogous to Kubernetes [container lifecycle hooks](https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/). At a minimum we should support 2 new hooks (names TDB).
1. PostResume - Triggered right after an actor is resumed.
2. PreSuspend - Triggered right before an actor is suspended.
This area needs more investigation to determine exactly how these hooks should be implemented.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.