Management Events
The ManagementEvent is a multiplex callback that delivers the following event types.
-
QueueDepthExceeded
The queue depth exceeded management event allows additional workers to be started when the work load is exceeds the capacity of the current worker pool.
-
WorkerIdleTimeout
The idle worker timeout management event allows excess workers to terminate.
Use these events in conjunction with the queueDepthLimit, queueDepthLimitTimeout, and workerIdleTimeout properties in the JadeMultiWorkerTcpTransport class to dynamically start and stop worker processes to match the workload.