In some cases we want to generate circus configuration file based on the running environment, set numprocesses = f'{os.CPU_COUNT - 1}', If we generate this configuration file on a one-core server, numprocesses will be set to 0, and there will be no watcher process started, but no information supplied.
add a warn message will supply the user more useful information to resolve this type of issue.
In some cases we want to generate circus configuration file based on the running environment, set numprocesses = f'{os.CPU_COUNT - 1}', If we generate this configuration file on a one-core server, numprocesses will be set to 0, and there will be no watcher process started, but no information supplied.
add a warn message will supply the user more useful information to resolve this type of issue.