Xubin Ren
|
90ec11af4c
|
test(channels): cover groq transcription api base propagation
|
2026-04-16 21:27:56 +08:00 |
|
imfondof
|
896d578677
|
fix(restart): show restart completion with elapsed time across channels
|
2026-04-04 02:21:42 +08:00 |
|
Xubin Ren
|
3558fe4933
|
fix(cli): honor custom config path in channel commands
|
2026-04-02 18:37:46 +08:00 |
|
masterlyj
|
11ba733ab6
|
fix(test): update load_config mock to accept config_path parameter
|
2026-04-02 18:37:46 +08:00 |
|
chengyongru
|
5e9fa28ff2
|
feat(channel): add message send retry mechanism with exponential backoff
- Add send_max_retries config option (default: 3, range: 0-10)
- Implement _send_with_retry in ChannelManager with 1s/2s/4s backoff
- Propagate CancelledError for graceful shutdown
- Fix telegram send_delta to raise exceptions for Manager retry
- Add comprehensive tests for retry logic
- Document channel settings in README
|
2026-03-25 22:37:11 +08:00 |
|
chengyongru
|
72acba5d27
|
refactor(tests): optimize unit test structure
|
2026-03-24 15:12:22 +08:00 |
|