💾 Archived View for bbs.geminispace.org › s › GmCapsule-Issues › 1 captured on 2023-06-16 at 17:20:04. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-06-14)

➡️ Next capture (2024-07-09)

🚧 View Differences

-=-=-=-=-=-=-

[#1] Reloading config file and extensions

It is cumbersome to shut down the whole server to reload the configuration file.

Instead, modules should offer a `deinit` method so they can clean themselves up, after which they can be unloaded, the configuration can be reloaded, and the extensions can be re-initialized. `Capsule` should stop the workers but keep the server port open meanwhile.

#feature

🐞 Issue #1 in s/GmCapsule-Issues

🚀 skyjake

2023-06-01 · 2 weeks ago

1 Comment

🚀 skyjake

Implemented in 6ac505666d.

Commit 6ac50566 "SIGHUP reloads config and restarts..." · 10 hours ago

8 hours ago