Skip to main content

spawn_diagnostic

Method
This is a method of the ShutdownForensicsProtocol class in the protocols module.
Fire-and-forget a detached diagnostic into log_dir. Must never raise and must not block the caller; the diagnostic runs in a detached session so it survives a SIGKILL on the process group.

Signature

Parameters

Dict[str, Any]
required
No description available.
Optional[str]
required
No description available.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 4143