uwsgiconf
uwsgiconf copied to clipboard
mule_farm handling for strings
.workers.set_mules_params(farms=[PythonSection.workers.mule_farm(16)])
produces wrong config if 16
is given as a string.
Need also to consider a possibility to accept and handle numeric strings.