Closed indrarudia closed 2 years ago
Vaisala babadan experienced a connection hang, even after heartbeat interval had been sent regularly.
For now, the only way to solve this issue is restarting the service via supervisorctl, e.g. sudo supervisorctl restart vaisala-bbd.
sudo supervisorctl restart vaisala-bbd
Adding timeout (timeout=60) solve the issue:
timeout=60
https://github.com/bpptkg/bpptkg-meteo/blob/5a073ffe274882f25b89cfc357a4169c3f71cfb2/examples/vaisala-bbd/vb/app.py#L48
Vaisala babadan experienced a connection hang, even after heartbeat interval had been sent regularly.
For now, the only way to solve this issue is restarting the service via supervisorctl, e.g.
sudo supervisorctl restart vaisala-bbd
.