Skip to content

Commit

Permalink
pro: slow drain mode
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 4, 2023
1 parent ee09f62 commit 5728ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <img class='pro-badge' src='/assets/pro.svg' alt='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)
Expand Down
1 change: 1 addition & 0 deletions docs/pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5728ba0

Please sign in to comment.