From 5728ba04d5e7303af9b4fc626fc57d94beb34583 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Fri, 4 Aug 2023 13:10:55 -0700 Subject: [PATCH] pro: slow drain mode --- docs/README.md | 2 ++ docs/pro.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index a5caf57..ff18889 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,6 +34,8 @@ Besides from being Action Cable-compatible, AnyCable comes with an exclusive set ## Latest updates 🆕 +- **2023-08-04**: [Slow drain mode for disconnecting clients on shutdown pro](./anycable-go/configuration.md#slow-drain-mode) + - **2023-07-05**: [Reliable streams](./anycable-go/reliable_streams.md) - **2023-06-30**: [RPC over HTTP](./ruby/http_rpc.md) diff --git a/docs/pro.md b/docs/pro.md index fee1f6e..fa2adb6 100644 --- a/docs/pro.md +++ b/docs/pro.md @@ -28,6 +28,7 @@ incoming messages, you might want to fallback to the _actor-per-connection_ mode - [Adaptive RPC concurrency](anycable-go/configuration.md#adaptive-concurrency) - [Multi-node streams history](anycable-go/reliable_streams.md#redis) +- [Slow drain mode for disconnecting clients on shutdown](anycable-go/configuration.md#slow-drain-mode) - [Binary messaging formats](anycable-go/binary_formats.md) - [Apollo GraphQL protocol support](anycable-go/apollo.md) - [Long polling support](anycable-go/long_polling.md)