perf: increase channel message worker pool max_workers from 10 to 30 in ChannelMessageService

Bump project version from 1.29.0 to 1.30.0 and update CHANGELOG to document the performance improvement. The change modifies the `_max_workers` attribute in `src/snek/service/channel_message.py` to allow up to 30 concurrent workers for processing channel messages, improving throughput under high load.
This commit is contained in:
2026-01-17 20:32:02 +00:00
parent f726ef652a
commit e5ea9b626d
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -29,6 +29,14 @@
## Version 1.30.0 - 2026-01-17
Increases the maximum number of workers for processing channel messages to 30, enabling better handling of concurrent message loads.
**Changes:** 1 files, 2 lines
**Languages:** Python (2 lines)
## Version 1.29.0 - 2026-01-17