-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the bug
We currently manage 20+ sessions in 1 worker. The sessions will keep on "restarting" from WORKING -> STARTING loop.
Version
Get the WAHA version by calling GET /api/version
{
"version": "2026.2.2",
"engine": "NOWEB",
"tier": "PLUS"
}It is the latest update.
Steps
To Reproduce Steps to reproduce the behavior:
- Start 20 sessions.
- Connect all 20 sessions.
- At random times, all sessions will repeatedly go from WORKING -> STARTING
- Sometimes it will successfully go back to WORKING, but sometimes it is stuck at STARTING and eventually failing.
Expected behavior
This should not happen.
Additional context
- This happened after the update to 2026.2.2
- This phenomenon is observed on random times both on the logs and WAHA's Dashboard Event Monitor
- As the logs contain sensitive production data, we are not able to provide screenshots.
Reactions are currently unavailable