uwsgiconf icon indicating copy to clipboard operation
uwsgiconf copied to clipboard

Configure uWSGI from your Python code

Results 4 uwsgiconf issues
Sort by recently updated
recently updated
newest added

`.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.

enhancement

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.

bug

For introspection: - [ ] Add `is_cron` attribute to a function - [ ] Maybe save schedule args. - [ ] Maybe make signal arg passing optional. - [ ]...

enhancement

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...

enhancement