common.runners.configuration
PoolRunnerConfiguration Objects
@configspec
class PoolRunnerConfiguration(BaseConfiguration)
pool_type
type of pool to run, must be set in derived configs
start_method
start method for the pool (typically process). None is system default
workers
how many threads/processes in the pool
run_sleep
how long to sleep between runs with workload, seconds