Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
The response registry held in receptor.router.MeshRouter.response_registry is in-memory only, not persisted to disk. This means that if a Receptor node is restarted, all subsequent reply traffic is lost.
The response registry held in
receptor.router.MeshRouter.response_registry
is in-memory only, not persisted to disk. This means that if a Receptor node is restarted, all subsequent reply traffic is lost.