Skip to content

fix(whatsapp): reduce text batch debounce from 5s to 1s (#44883) - #44973

Closed
wesleysimplicio wants to merge 3 commits into
NousResearch:mainfrom
wesleysimplicio:fix/44883-whatsapp-debounce
Closed

fix(whatsapp): reduce text batch debounce from 5s to 1s (#44883)#44973
wesleysimplicio wants to merge 3 commits into
NousResearch:mainfrom
wesleysimplicio:fix/44883-whatsapp-debounce

Conversation

@wesleysimplicio

Copy link
Copy Markdown
Contributor

What does this PR do?\n\nWhatsApp debounce was set to 5s (split 10s), causing 5 seconds of dead silence before the agent responds. Telegram uses 0.3s. This reduces WhatsApp defaults to 1s/3s.\n\n## Related Issue\n\nFixes #44883\n\n## Type of Change\n\n- [x] 🐛 Bug fix\n\n## Changes Made\n\n- gateway/platforms/whatsapp.py: text_batch_delay_seconds 5.0→1.0, text_batch_split_delay_seconds 10.0→3.0

@alt-glitch alt-glitch added type/bug Something isn't working P2 Medium — degraded but workaround exists comp/gateway Gateway runner, session dispatch, delivery platform/whatsapp WhatsApp Business adapter duplicate This issue or pull request already exists labels Jun 12, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #44896, which fixes the same WhatsApp debounce latency (#44883) with a cleaner, focused diff (only gateway/platforms/whatsapp.py + test). This PR bundles unrelated google_oauth.py and hermes_logging.py changes from a stacked branch.

@wesleysimplicio

Copy link
Copy Markdown
Contributor Author

Closing — competing PR already merged or cleaner alternative exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/gateway Gateway runner, session dispatch, delivery duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists platform/whatsapp WhatsApp Business adapter type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants