Configuration.specialized_pools

optional array that defines specialized worker fiber pools to be used for handling specific task kinds. Scheduled task is checked against this array every time thus it is not recommended to configure it to more than a few dedicated extra pools

struct Configuration
PoolDescription[] specialized_pools;

Meta