[BUG][WEBJS] - API Requests Time Out after 24 hours for a specific Session.
I have 2 sessions running on a single server, the sessions are named
- default
- session1
After a few hours mostly what I noticed in a timeframe of 24 hours, all API calls to session1 time out and fail but API calls to default session work just fine.
Workaround - I am able to fix this by stopping and then starting the session back.
Version [2024.7.7]
To Reproduce Steps to reproduce the behavior: I am not sure but to start first session through swagger named default then another session named session1.
Engine I'm using WEBJS engine.
Hi! Consider restarting the sessions every 24 hours (like setting up a cron to restart the container during your timezone midnight). It'll help with stability a lot.
We'll check what we can do and why the timeout is here - if you can provide the logs it'd be helpful!
docker ps # get the container name
docker logs --since 24h {containername}
https://waha.devlike.pro/docs/how-to/install/#maintenance