Expand description
Pool-based Plugin Executor
This module provides execution of pre-compiled JavaScript plugins via a persistent Piscina worker pool, replacing the per-request ts-node approach.
Communication with the Node.js pool server happens via Unix socket using a JSON-line protocol.
Structs§
- Parsed
Health Result - Parsed health check result fields extracted from pool server JSON response.
- Pool
Manager - Manages the pool server process and connections
Functions§
- get_
pool_ manager - Get or create the global pool manager