Commit Graph

2 Commits

Author SHA1 Message Date
h7x4 de1e80cd40 modules/python-http-handlers: better daemon handling
This commit extends the python http handler template with the following
things:

- Integration with systemd notify
- Named systemd sockets, to avoid depending on expected FD number
- Graceful and customizable handling of SIGHUP reloads
- Graceful shutdown on SIGTERM with timeout
- Multithreaded HTTP server, one thread per request
- Better error message on undefined handler
2026-07-21 23:53:10 +09:00
h7x4 f4f9836deb modules/python-http-handlers: init 2026-07-20 19:37:26 +09:00