You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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.
The text was updated successfully, but these errors were encountered:
.workers.set_mules_params(farms=[PythonSection.workers.mule_farm(16)])
produces wrong config if16
is given as a string.Need also to consider a possibility to accept and handle numeric strings.
The text was updated successfully, but these errors were encountered: