mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
companion_manager_stop_timeout() re-read the config file mid-shutdown, where a since-changed or removed file could raise. Cache the configs at manager spawn and use them; fall back to a guarded build when no manager has spawned yet. Drop companion_manager_reload_timeout: the setting was defined but never read anywhere. The reload path restarts the single manager via the main loop and does not bound its wait on this value. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 3.7
- Sphinx (https://www.sphinx-doc.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.