Software /
code /
prosody-modules
Changeset
4898:999e7cb7f6d9
mod_graceful_shutdown: Add a banner saying no longer needed with trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 18 Feb 2022 23:40:41 +0100 |
parents | 4897:42a362a2bf51 |
children | 4899:adecfb36349e |
files | mod_graceful_shutdown/README.markdown |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_graceful_shutdown/README.markdown Fri Feb 18 18:35:45 2022 +0100 +++ b/mod_graceful_shutdown/README.markdown Fri Feb 18 23:40:41 2022 +0100 @@ -1,5 +1,11 @@ +::: {.alert .alert-warning} This module is an experiment about a more graceful shutdown process. +Graceful shutdown has now been implemented in Prosody trunk and will be +part 0.12. See [issue #1225](https://issues.prosody.im/1225) for +details. +::: + Why ===