Support standard GRANIAN_* env vars and the rloop event loop
CI / Build and push docker image (push) Successful in 2m52s

- Launcher now only injects --interface/--host/--port when the matching
  GRANIAN_* env var is unset, so every granian option (GRANIAN_LOOP,
  GRANIAN_WORKERS, GRANIAN_HTTP, GRANIAN_HOST, GRANIAN_PORT, ...) can be
  configured via granian's standard GRANIAN_* environment variables
- Add the rloop event loop as a runtime dependency so GRANIAN_LOOP=rloop
  works out of the box (previously failed with a missing 'rloop' package)
This commit is contained in:
2026-08-03 05:28:04 +00:00
parent 96cf433793
commit c7d75f6899
5 changed files with 45 additions and 9 deletions
+1
View File
@@ -4,3 +4,4 @@ kaya-core
aiomcache
kaya-rsgi
granian
rloop