MESH_ADMIN_PYSPY_TIMEOUT

Static MESH_ADMIN_PYSPY_TIMEOUT 

Source
pub static MESH_ADMIN_PYSPY_TIMEOUT: Key<Duration>
Expand description

Timeout for py-spy dump requests. See PS-5 in introspect module doc. With --native --native-all, py-spy unwinds native stacks via libunwind which is significantly slower than Python-only capture (~100ms). 10s accommodates native unwinding on heavily loaded hosts. Independent of MESH_ADMIN_SINGLE_HOST_TIMEOUT because py-spy does real I/O (subprocess + ptrace) rather than actor messaging.