uwsgiconf
uwsgiconf copied to clipboard
Configure uWSGI from your Python code
`.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.
E.g. https://uwsgiconf.readthedocs.io/en/latest/run_alarms.html need to fix autodoc missing from documentation. Need to somehow instruct autodoc to use docstrings for aliases from actual functions.
For introspection: - [ ] Add `is_cron` attribute to a function - [ ] Maybe save schedule args. - [ ] Maybe make signal arg passing optional. - [ ]...
Hi there, `types-uWSGI` has been accepted and merged into typeshed today (it should be available on pypi by tomorrow) First of all, let me thank you for your work. It's...