Module pool_executor

Source
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§

ParsedHealthResult
Parsed health check result fields extracted from pool server JSON response.
PoolManager
Manages the pool server process and connections

Functions§

get_pool_manager
Get or create the global pool manager