Closed
Description
Hello 👋,
The check estimated_number_of_threads assumes a worker will always be started. In case the configuration specifies to boot only a scheduler or a dispatcher, the estimation will return three (main + heartbeat + threads for each worker) instead of two (heartbeat + dispatcher or heartbeat + scheduler).
Maybe the problems comes from the default value for thread_count
, it is 1
when it should be 0
if no workers are specified in the configuration, WDYT?
Metadata
Metadata
Assignees
Labels
No labels