Skip to main content
This page documents all worker configuration options. For conceptual information, see Workers.

Daemon-level settings

You configure worker pool settings in the [general] section of malbox.toml:
Baseline workers (min_workers) have no idle timeout and run until the daemon shuts down. The daemon spawns demand workers when all active workers are busy, and they exit automatically after idle_timeout_ms of inactivity.

Worker configuration

Control individual worker behavior through WorkerConfig:

Fields

[workers.resource_limits]

Optional resource constraints for the worker.

[workers.plugin_restrictions]

Control which plugins a worker is allowed to execute.