Synchronous Worker Count

Method name worker_count(true, count)
Command asctl orchestrator:synchronous_worker_count [count]
Implemented? No.
Details Display the number of workers executing synchronous steps.
Inputs Is_Synchronous (Boolean), Worker count (Integer).
Outputs STDOUT to indicate the worker count, or confirm an update if the worker count has been modified.
# asctl orchestrator:synchronous_worker_count
Orchestrator: Synchronous worker count...
4
done