You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workers should have a heartbeat, and some kind of reporting if there's no heartbeat.
Also, MySQL queries used to get stuck indefinitely till worker restarted, so some kind of monitoring for blockchain tip would be nice. It hasn't happened for a while since Ive made some fixes, but anyway...
MariaDB [n5fno50p7elj9fbn]> select * from key_value ;
+----------------------+--------+
| key | value |
+----------------------+--------+
| LAST_PROCESSED_BLOCK | 643083 |
+----------------------+--------+
1 row in set (0.08 sec)
The text was updated successfully, but these errors were encountered:
Workers should have a heartbeat, and some kind of reporting if there's no heartbeat.
Also, MySQL queries used to get stuck indefinitely till worker restarted, so some kind of monitoring for blockchain tip would be nice. It hasn't happened for a while since Ive made some fixes, but anyway...
The text was updated successfully, but these errors were encountered: