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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user