Skip to main content

default_pool

Function default_pool 

Source
pub fn default_pool(backend: Arc<dyn StateBackend>) -> WorkerPool
Expand description

Convenience: build a default pool with standard queue groups.

  • 2 general workers (["general", "tool", "condition"])
  • 2 model workers (["model"])
  • 1 privileged worker (["privileged"])